0
0
Unityframework~5 mins

Animator controller in Unity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AThe flow and switching of animations
BThe physics of a character
CThe lighting of a scene
DThe audio playback
Which of these is NOT a parameter type in an Animator Controller?
AString
BFloat
CTrigger
DBoolean
What is the purpose of a transition between states?
ATo load a new scene
BTo change the color of the character
CTo pause the game
DTo switch from one animation to another
What does a Blend Tree allow you to do?
APlay multiple animations at once without blending
BBlend animations smoothly based on parameters
CCreate 3D models
DControl camera movement
Which Unity window do you use to create and edit Animator Controllers?
AInspector Window
BScene View
CAnimator Window
DConsole Window
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.