static StreamingAssetCacheManager()
 {
     Instance = new StreamingAssetCacheManager();
 }
 static StreamingAssetCacheManager()
 {
     Instance=new StreamingAssetCacheManager();
 }
示例#3
0
 void Start()
 {
     Instance = this;
     StartCoroutine(ExportItem());
 }