Quantcast
Channel: iOS and tvOS
Viewing all articles
Browse latest Browse all 10823

WWWCached data can only be accessed using the assetBundle property!

$
0
0
Hi!! Why I get this error from my script exectued on Editor (Windows) ?

Code (csharp):
  1.  
  2. #pragma strict
  3.  
  4. var www:WWW;
  5. var urlIos ="http://www.where-i-go.net/AssetBundles/CACA.unity3d";
  6. var bundle:AssetBundle;
  7. private var path:String;
  8. var prova:String;
  9.  
  10. function Start () {
  11.                    //Ottiene Asset Bundle
  12.                    www = WWW.LoadFromCacheOrDownload (urlIos,5001);
  13.                    yield www;
  14.                    bundle = www.assetBundle;...
WWWCached data can only be accessed using the assetBundle property!

Viewing all articles
Browse latest Browse all 10823

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>