Legacy Documentation: Version 4.6
Language: English
Animation States
Avatar Mask

Animation Transitions

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Animation Transitions define what happens when you switch from one Animation State to another. There can be only one transition active at any given time.

Property: Function:
Atomic Is this transition atomic? (cannot be interrupted)
Conditions Here we decide when transitions get triggered.

A condition consists of:

  • An event parameter or an Exit Time, specifying a number which represents the normalized time of the source state (e.g. 0.95 means the transition will trigger, when we’ve played the source clip 95% through).
  • A conditional predicate, if needed (for example Less/Greater for floats).
  • A parameter value (if needed).

You can adjust the transition between the two animation clips by dragging the start and end values of the overlap.

See also Transition solo / mute.

Animation States
Avatar Mask