AssetDatabase.RemoveAssetBundleName

Cambiar al Manual
public static bool RemoveAssetBundleName (string assetBundleName, bool forceRemove);

Parámetros

assetBundleNameThe assetBundle name you want to remove.
forceRemoveFlag to indicate if you want to remove the assetBundle name even it's in use.

Descripción

Remove the assetBundle name from the asset database. The forceRemove flag is used to indicate if you want to remove it even it's in use.