示例#1
0
 internal void RemoveBundleInfo(AssetBundleInfo abi)
 {
     abi.Dispose();
     _loadedAssetBundle.Remove(abi.bundleName);
 }