-
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Josh Shepherd edited this page Apr 28, 2019
·
34 revisions
Making communicating with Spotify easy! Spotify4Unity utilizes Spotify's WebAPI to allow you to control it from within Unity! However, playing and streaming music comes from the Spotify application. This will not allow you to stream music directly through Unity!
On PC, Spotify4Unity uses the "Authorization Code" flow to validate once and never require validation again. However, Android uses the "Implicit Grant" auth flow which expires after 60 minutes.
If you have any questions, check the F.A.Q page
Also check out these useful pages relevent to the Quick Setup process