Example #1
0
 public void ReleseBundleAsset(string bundleKey)
 {
     if (allBundleDir.ContainsKey(bundleKey))
     {
         abManager.ReleseBundleAsset(allBundleDir[bundleKey]);
     }
     else
     {
         Debug.Log("Dont have Bundle  bundleKey = " + bundleKey);
     }
 }