Enum SceneReleaseMode
How to release the Addressable scene
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Assembly: Unity.ResourceManager.dll
Syntax
public enum SceneReleaseMode
Fields
Name | Description |
---|---|
OnlyReleaseSceneOnHandleRelease | Do not release the scene handle on scene unload. Requires manual call to Release in order to ensure AssetBundle is unloaded properly |
ReleaseSceneWhenSceneUnloaded | Release the scene handle when the scene is unloaded |