Transition Blocks
Transition Blocks is an easy to use, and beautiful way to transition between scenes in your game. At its simplest all you need to do is drag a prefab into your first scene and call: Transitioner.Instance.TransitionToScene(“SceneName”); Its power comes from the options you have to customize each transition. Transitions are made out of two basic parts: the […]