Load Scene
Loads a scene synchronously.
info
Make sure to add the scene to the build settings first.
Inputs
- Scene to Load: The scene to load. This will be stored as string in build (the scene's name).
- Load Scene Mode: The mode on how the scene would be loaded.
- Single
- Additive
caution
If you choose Single Mode then you may have to set the executor to be Dont Destroy On Load, or else, there may be unexpected problem due to the destroyed executor.