Greetings,
So Im trying to stream audio from soundcloud, everything works fine in unity but on iphone this does not work:
while(audioClip.loadState != AudioDataLoadState.Loaded)
Should I be using something else for iOS?
↧