Animation System

Default States

Here we describe a set of standard animations by writing the name of the animation, specifying the layer and the transition time from this animation to others.

Default Parameters

Here we configure the animation parameters. By matching the parameter names from the animator with the fields.

Ovveride State Speed

Custom State Events

It is responsible for playing the animation under certain conditions.

We must select the component and the function we need.

Then we need to specify the name of the animation that should be played when calling the corresponding function, the animation layer, and the time for which the animation will change.

Last updated