hi,
I'm downloading assets into my project and it works on all platforms except in safari on osx.
It gives me error
You are trying to load data from a www stream which had the following error when downloading.
Failed downloading
(Filename: Line: 276)
NullReferenceException: Object reference not set to an instance of an object
at AssetBundleLoader+c__IteratorC`1[UnityEngine.GameObject].MoveNext () [0x00000] in :0
and then thousands of
NullReferenceException: WWW class has already been disposed.
at (wrapper managed-to-native) UnityEngine.WWW:get_progress ()
at LoaderService.Update () [0x00000] in :0
↧