Releases: JoshLmao/Spotify4Unity
Releases · JoshLmao/Spotify4Unity
S4U - v2.0.1
- Fixed a FileNotFoundException crash on first authentication attempt (#43)
Spotify 4 Unity v2.0 Release
A full rewrite later, Spotify4Unity gets updated with the latest SpotifyAPI-NET v6.10 and Unity 2021.1.10f+ support. Any problems, open an issue :D
v2.0 Changes
- Full rewrite of package
- Upgraded SpotifyAPI-NET and Unity version (v6.1.0, 2021.1.10f)
- Added PKCE and Client Credential auth method
- Authentication separate from service
- Partial Spotify App example
v1.4.8 Asset Store Release
Asset Store: Download
- Fixed a bug in SpotifyAPI.NET that would prevent auth working on Mac/Linux
v1.4.7 Asset Store Release
Asset Store: Download
- Updated SpotifyAPI.NET to v4.2.1
- Able to customize web api scopes, allowing for specific control
- Experimental: Can open/close local Spotify instance
v1.4.6 Asset Store Release
Asset Store: Download
- Changed any list UI to utilize Unity's grid components
- Fixed a new song not being detected if it had the same track name
- Split iOS specific code into bridge class
- Changed to not reuse Implicit Grant auth code which caused errors like "Private Profile not being loaded"
v1.4.5 Asset Store Release
v1.4.4 Asset Store Release
Asset Store: Download
- In SpotifyService (PC), can now get authorization once and reuse without asking the user
- Fixed private profile info not being loaded which prevented other operations in the service
v1.4.3 Asset Store Release
v1.4.2 Asset Store Release
Asset store: Download Link
- Fixed a bug where OnTrackChanged wouldn't work
- Can revert back to your previous song context after using queue
v1.4.1 Asset Store Release
Asset store: Download Link
- Added ability to follow users/artists. Contains new UI prefab for this
- Improved support for Free users by detecting new media types (Adverts, Video, etc)
- Fixed bug where reusing auth tokens wouldn't work
- New callback in SpotifyUIBase for when authentification has just expired