ClearCache() public static method

public static ClearCache ( ) : void
return void
Beispiel #1
0
 public void End()
 {
     AssetBundleUtils.SaveCache();
     //AssetBundleUtils.SaveResourceIndexInfo();
     AssetBundleUtils.ClearCache();
     EditorUtility.ClearProgressBar();
 }
Beispiel #2
0
 public void End()
 {
     AssetBundleUtils.SaveCache();
     AssetBundleUtils.ClearCache();
     EditorUtility.ClearProgressBar();
 }