Skip to content
Josh Shepherd edited this page Jun 24, 2021 · 2 revisions

Setup Steps

  1. Add an empty game object to your scene and add the SpotifyService script as a component.
  2. Add the related auth config onto the same object. Read Authorization for more information
  3. Navigate to the Spotify Developer Dashboard and create an app
  4. Once created, click the 'Edit Settings' in your app and add the Redirect URI from the auth config into your Spotify Dashboard.
  5. Copy your Spotify client id from the dashboard and paste it into the auth config's Client ID property

Your Dashboard should look like this once complete

spotify-dashboard-redirect-uris

Clone this wiki locally