Hi!! Why I get this error from my script exectued on Editor (Windows) ?
WWWCached data can only be accessed using the assetBundle property!
Code (csharp):
- #pragma strict
- var urlIos ="http://www.where-i-go.net/AssetBundles/CACA.unity3d";
- private var path:String;
- var prova:String;
- //Ottiene Asset Bundle
- yield www;
- bundle = www.assetBundle;...