📄️ Scene Manager
A detailed explanation of the Scene Manager's capabilities.
📄️ Load Scene Info
Understand the role of the ILoadSceneInfo objects.
📄️ Scene Loader
The Scene Loader is an interface that you will use to load scenes in your game, as it works like a wrapper layer to the Scene Manager, but adds the Scene Transition operations.
📄️ Scene Transitions
A Scene Transition is a combination of load and unload operations to effectively transition between scenes, with or without an intermediate scene. For example, usually, if you'd want to go from scene A to scene B you would: