Animatable UI Objects
Last updated
Last updated
UI Animatable components consist of Animatable Rect Transform, Animatable Button, Animatable Text, Animatable Canvas Group, and Animatable Image.
The components for each animatable type are very similar to each other. The only differences are in the types.
There are play and pause buttons under each animation list that will play or pause all of the animations in the list for testing purposes.
A list of animations that will play when the object is enabled.
A list of animations that will play when the object is disabled (with AnimatableUIObject.Disable
).
A list of animations that you can use for any other purpose. These work great with Unity's Event Trigger component.
The test buttons for custom call animations don't play all animations since each individual animation may be used separately. You can set the index of the animation to test from here.