Version: 2017.3 (switch to 2017.4)
Using Animation Events
The Animator Controller Asset
Other Versions

Animator Controllers

An Animator Controller allows you to arrange and maintain a set of animations for a character or other animated Game Object.

The controller has references to the animation clips used within it, and manages the various animation states and the transitions between them using a so-called State Machine, which could be thought of as a kind of flow-chart, or a simple program written in a visual programming language within Unity.

The following sections cover the main features that Mecanim provides for controlling and sequencing your animations.

Did you find this page useful? Please give it a rating:

Using Animation Events
The Animator Controller Asset