Version: 5.6

AssetDatabase.RemoveAssetBundleName

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

Parámetros

assetBundleName The assetBundle name you want to remove.
forceRemove Flag 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.