Click or drag to resize

AssetBundleServiceUnloadAssetBundle Method

Unload AssetBundle and free resources. note we do not unload all the loaded objects. It's up to you to make sure they are not referenced and destroyed if need be.

Namespace:  ImmerseSDK.AssetBundles
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public bool UnloadAssetBundle(
	string assetBundleName
)

Parameters

assetBundleName
Type: SystemString

Return Value

Type: Boolean
See Also