Asset bundle downloading twice
When I attempt to download my asset bundles on iOS starts the download twice? Why does WWW.LoadFromCacheOrDownload() attempt to download twice? Below is the log output in XCode:
starting www download: https://abc.com/abc/abc/abc.unity3d
loading from cache: https://abc.com/abc/abc/abc.unity3d
starting www download: https://abc.com/abc/abc/abc.unity3d
Comment
Your answer