Scene Management Addressable
Multi-scene workflow scene manager.
Requires Addressables.
Public Properties
LoadedScenes
List<SceneSO>
Returns list of loaded scenes.
TransitionManager
SceneLoadTransitionManager
Dictionary of SceneTransition
Public Methods
LoadSceneRequest
Unload list of scenes then load list of scenes with transition.
LoadScene (List)
Load list of scenes with transition.
LoadScene (Single)
Load a single scene with transition.
LoadScene (Single without transition)
Load a single scene without transition.
UnLoadScene (List)
Unload list of scenes with transition.
UnLoadScene (Single)
Unload a single scene with transition.
UnLoadScene (Single without transition)
Unload a single scene without transition.
LoadSceneAndUnLoadCurrent (List)
Unload all current scenes then load list of scenes with transition.
LoadSceneAndUnLoadCurrent (Single)
Unload all current scenes then load a single scene with transition.
UnloadAllCurrent
Unload all current scenes with transition.
SetActiveScene
Sets the active scene.
Must be called before loading the scene to set as active.
IsLoaded
Returns true if scene is loaded.
Last updated