AssetDatabase.RemoveAssetBundleName

매뉴얼로 전환
public static bool RemoveAssetBundleName (string assetBundleName, bool forceRemove);

파라미터

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

설명

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.