Simple, smooth transition between scenes.
Now with VR support! (Note: Only works with Build-in Rendering Pipeline.)
It only takes one line to execute:
KetosGames.SceneTransition.SceneLoader.LoadScene("SceneName");
(The resources to perform the transition are automatically added to the scene.)
Features
- Asynchronous scene loading--but only one line to execute.
- Smooth fade in and out between scenes with a loading screen in between.
- Easily change fade color and duration.
- Option of using a fast loading UI or a full 3D loading scene.
- Fully customizable loading screen.
- VR mode.
- Example loading bar.
- Example scenes and scripts for button clicks and triggers.