Simple, smooth transition between scenes.
It only takes one line to execute:
KetosGames.SceneTransition.SceneLoader.LoadScene("SceneName");
(The resources to perform the transition are automatically added to the scene.)
Demo
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.
* Example loading bar.
* Example scenes and scripts for button clicks and triggers.