I do not want to connect to the server until later after the file has been turned into something.
UnityWebRequestMultimedia.GetAudioClip("file:///" + path, AudioType.WAV);
www.SendWebRequest();
((DownloadHandlerAudioClip)www.downloadHandler).audioClip;
thanks!
↧