All Projects → LightGive → TransitionManager

LightGive / TransitionManager

Licence: MIT License
It is a manager of scene transitions using Unity's uGUI.

Programming Languages

C#
18002 projects
ShaderLab
938 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].