It is a manager of scene transitions using Unity's uGUI.
You can make 16 kinds of + Image fade transition effect by changing ImageType of Image.
We also made it possible to use the production with the rule image set.
It is confirmed in iOS, Android, WebGL.
Inspector extension is also done and it is easy to use
You can also see what kind of action you will take from the link below.
TransitionManagerExample
- ver1.2.0(2018.11.07)
- ・Added Flash function
- ・Change to LoadScene so that it can be set with argument instead of default value
- ver1.1.1(2018.09.18)
- ・Inspector extension such as displaying preview of rule image
- ver1.1.0(2018.09.17)
- ・Added so that scene transition can be made with rule image
public class Test
{
void Start()
{
TransitionManager.Instance.LoadScene("SceneName");
}
}
Unity 2018.2.8f1
See LICENSE.