We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af4eda commit 6a1ae42Copy full SHA for 6a1ae42
Assets/JCSUnity/Scripts/Loader/JCS_AudioLoader.cs
@@ -69,8 +69,6 @@ public static IEnumerator LoadAudio(
69
ac = request.GetAudioClip(false, false);
70
#endif
71
72
- ac = DownloadHandlerAudioClip.GetContent(request);
73
-
74
if (callback != null)
75
callback.Invoke(ac);
76
}
0 commit comments