How to use the Unity SceneManager

In this blog post, I’ll present an alternative method to the all-powerful single scene. Techniques such as synchronous and asynchronous scene loading, transition effects, and additive scenes are all possible with Unity’s SceneManager. Surprisingly, complex scene management scripts are not required for implementing any of this functionality. Additive scenes are also very adaptive and can… Read more »