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