Spotify4Unity
Spotify4Unity copied to clipboard
APIScopes in PKCE config don't seem to save
When setting the API Scopes to anything less than everything, the changes aren't saved.
Am using a work-around by setting them manually in the Awake() of my SpotifyListener.
void Awake() {
GameObject.Find("Spotify").GetComponent<PKCE_AuthConfig>().APIScopes = new List
But this is obviously just a workaround.