Skip to content

A rather simple UI animation script for unity, that allows animating UI using slide(movement) and scale using animation curves, plus grouping and animating bundles of UI objects.

Notifications You must be signed in to change notification settings

ScottasM/Simple-unity-UI-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-unity-UI-animation

A rather simple UI animation script for unity, that allows animating UI using slide(movement) and scale using animation curves and a few other settings. On top of that - it also allows you to group multiple UI objects that can be animated using scale during the animation of the original.

Installation

Just donwload the UIAnimation.unitypackage and add it to your project.

Usage

Add AnimateUI script to any UI object. Get the reference of the AnimateUI script. Call Show(bool immediately = false, Action OnOpen = null) to open and Hide(bool immediately = false, Action OnClose = null) to close. Use OnOpen or OnClose for Actions on animation end.

Example

With the settings in the photo, i got a result like in the GIF

About

A rather simple UI animation script for unity, that allows animating UI using slide(movement) and scale using animation curves, plus grouping and animating bundles of UI objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages