Skip to content

A set of scripts to make fading in and out chunks of UI (4.6b+ uGUI) in the Unity Engine far easier.

License

Notifications You must be signed in to change notification settings

QFSW/Unity-UiFaderPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI Fader Pro V1.0.0

UiFaderPro is designed to make fading your UI as simple as possible. By attaching a single component to your Canvas or root GameObject, all elements of the tree will automatically be faded in when activated, and automatically faded out when using CanvasControllerInstance.FadeOut(). It is highly versatile and easy to use, with little to no effort required to add to an existing scene.

How to Use It

To use it, simply add the script to each Canvas or root GameObject of the GUI you would like to add fading too (an object with a CanvasController may still have CanvasControllers in the children object for individual control, but it is not necessary if you only want to fade in or out the entire thing). If AutoFade is ticked, then it will automatically fade in when activated. To use the cross fading, replace your SetActive calls with FadeIn and FadeOut.

About

A set of scripts to make fading in and out chunks of UI (4.6b+ uGUI) in the Unity Engine far easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages