Skip to content

Releases: JoshLmao/Spotify4Unity

S4U - v2.0.1

26 Jul 08:36
6a5a6e6
Compare
Choose a tag to compare
  • Fixed a FileNotFoundException crash on first authentication attempt (#43)

Unity Asset Store download

Spotify 4 Unity v2.0 Release

23 Jun 17:06
Compare
Choose a tag to compare

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

05 Sep 13:24
c52dd81
Compare
Choose a tag to compare

Asset Store: Download

  • Fixed a bug in SpotifyAPI.NET that would prevent auth working on Mac/Linux

v1.4.7 Asset Store Release

27 Aug 17:32
c52dd81
Compare
Choose a tag to compare

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

29 Jul 10:12
daea69b
Compare
Choose a tag to compare

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

01 Jul 08:49
daea69b
Compare
Choose a tag to compare

Asset Store: Download

  • Exposed the internal SpotifyAPI.NET class to allow for full use of the Spotify Web API. Check out the Wiki here for more info on how to use correctly

v1.4.4 Asset Store Release

13 Jun 11:07
105b77a
Compare
Choose a tag to compare

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

30 May 07:33
56b923b
Compare
Choose a tag to compare

Asset Store: Download

  • Fixed a bug where using Disconnect() and then Connect() on the Service doesn't let it function correctly (Issue #13 )

v1.4.2 Asset Store Release

30 Apr 11:33
56b923b
Compare
Choose a tag to compare

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

29 Apr 09:36
Compare
Choose a tag to compare

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