8000 GitHub - eviltwo/TransitionEffects: Manages screen transition effects for Unity.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0