Exemple #1
0
 public static bool ClearCachedVersion(string assetBundleName, Hash128 hash)
 {
     if (string.IsNullOrEmpty(assetBundleName))
     {
         throw new ArgumentException("Input AssetBundle name cannot be null or empty.");
     }
     return(Caching.ClearCachedVersionInternal(assetBundleName, hash));
 }