-
-
Notifications
You must be signed in to change notification settings - Fork 8
Setup
Josh Shepherd edited this page Jun 24, 2021
·
2 revisions
- Add an empty game object to your scene and add the
SpotifyService
script as a component. - Add the related auth config onto the same object. Read Authorization for more information
- Navigate to the Spotify Developer Dashboard and create an app
- Once created, click the 'Edit Settings' in your app and add the
Redirect URI
from the auth config into your Spotify Dashboard. - 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