I do not understand why streaming of ‘ogg’ files is not allowed for Android platform builds. I am simply trying to stream a CC0 / “no rights reserved” ogg file. Here is my code:
WWW www = new WWW("http://whatever.com/whatever.ogg");
source.clip = www.audioClip;
The above code triggers the error response:
“Streaming of ‘ogg’ on this platform is not supported
UnityEngine.WWW:get_audioClip()
c__Iterator3:MoveNext()”