Josh Shepherd

Results 21 comments of Josh Shepherd

So my first thought reading this was "Noooooope, not possible". One of the first things I knew when starting to make this was it's impossible to stream the music through...

It depends on what you're actually trying to make. If Spotify allowed people to download and stream the music through their own app, they'd be out of business by now...

That seem's like a good combination! I just had a quick play with it and had a theory on how to get it working. I think you could use the...

Update: After spending the last couple days investigating this, this is what I've found. 1. A lot of the Web View packages for Unity don't have the encryption support needed...

Unfortunately not. The issue still lies with being able to use the [Spotify Web Playback SDK](https://developer.spotify.com/documentation/web-playback-sdk/), which is fully javascript, inside Unity. Like said before, it's not just getting a...

Unfortunately, it's always been a little ropey when it comes to Android/iOS support, especially since Unity has made a lot of changes since Spotify4Unity was first made. I personally haven't...

I do have a little idea because others have had problems with IL2CPP. iirc, it's because of Newtonsoft.Json not being compatible, this is the latest issue which is similar (#26)....

Hi, For problems to do with controlling the player, can you confirm you're using a premium account? Spotify only allows users who have premium to use that part of the...

Hi, sorry for the delay. I found out why this is happening. The ```Process``` class isn't implemented in IL2CPP, as stated from [this thread](https://forum.unity.com/threads/solved-il2cpp-and-process-start.533988/) which is used to prompt the...

Hey. Thanks for the stack trace, appreciate it. Which version of the package are you using? v2 or v1.5 or lower? I suggest using v2 if you aren't already. Second,...