Ejemplo n.º 1
0
 static StreamingAssetCacheManager()
 {
     Instance = new StreamingAssetCacheManager();
 }
 static StreamingAssetCacheManager()
 {
     Instance=new StreamingAssetCacheManager();
 }
Ejemplo n.º 3
0
 void Start()
 {
     Instance = this;
     StartCoroutine(ExportItem());
 }