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