Recall & Review
beginner
What is an Animator Controller in Unity?
An Animator Controller is a Unity asset that controls the animation flow for a character or object. It manages which animations play and when, using states and transitions.
Click to reveal answer
beginner
What are States in an Animator Controller?
States represent individual animations or blend trees inside the Animator Controller. Each state plays a specific animation clip or set of animations.
Click to reveal answer
intermediate
How do Transitions work in an Animator Controller?
Transitions connect states and define how and when the Animator switches from one animation to another, often based on conditions like parameters.
Click to reveal answer
intermediate
What are Parameters in an Animator Controller?
Parameters are variables (like bool, float, int, trigger) used to control transitions and animation flow inside the Animator Controller.
Click to reveal answer
advanced
What is a Blend Tree in an Animator Controller?
A Blend Tree lets you smoothly blend between multiple animations based on parameter values, like blending walk and run animations based on speed.
Click to reveal answer
What does an Animator Controller primarily manage in Unity?
✗ Incorrect
Animator Controllers manage how animations flow and switch based on states and transitions.
Which of these is NOT a parameter type in an Animator Controller?
✗ Incorrect
Animator Controllers do not support string parameters; common types are bool, float, int, and trigger.
What is the purpose of a transition between states?
✗ Incorrect
Transitions define how and when the Animator switches between animation states.
What does a Blend Tree allow you to do?
✗ Incorrect
Blend Trees blend multiple animations smoothly based on parameter values like speed.
Which Unity window do you use to create and edit Animator Controllers?
✗ Incorrect
The Animator Window is used to create and edit Animator Controllers and their states.
Explain how an Animator Controller controls animation flow in Unity.
Think about how animations change based on conditions.
You got /4 concepts.
Describe the role of Blend Trees in an Animator Controller and give an example.
Consider how speed affects walking and running animations.
You got /4 concepts.