Skip to content

LightGive/TransitionManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

TransitionManager License

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

Update

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

Example

UI_Transition

シーン遷移サンプル1シーン遷移サンプル2
シーン遷移サンプル3シーン遷移サンプル4
シーン遷移サンプル5

Fade Transition

シーン遷移サンプル6

Rule Texture Transition

シーン遷移サンプル7

InspectorSetting

SampleScript

public class Test
{
    void Start()
    {
        TransitionManager.Instance.LoadScene("SceneName");
    }
}

UnityVersion

Unity 2018.2.8f1

License

See LICENSE.

About

It is a manager of scene transitions using Unity's uGUI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published