Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AssetDatabase.RemoveAssetBundleName

Switch to Manual
public static function RemoveAssetBundleName(assetBundleName: string, forceRemove: bool): bool;

Parameters

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

Description

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.