Skip to content

Manages screen transition effects for Unity.

License

Notifications You must be signed in to change notification settings

eviltwo/TransitionEffects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transition Effects

Manages screen transition effects for Unity.

Install using UPM

https://github.com/eviltwo/TransitionEffects.git?path=TransitionEffects/Assets/TransitionEffects

Example

private IEnumerator LoadSceneWithTransition()
{
TransitionEffectManager.Play(_startEffectKey);
yield return new WaitWhile(() => TransitionEffectManager.IsPlaying());
SceneManager.LoadScene(_sceneName);
}

About

Manages screen transition effects for Unity.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages