0
0
Unityframework~5 mins

Animation clips in Unity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an Animation Clip in Unity?
An Animation Clip in Unity is a file that stores a sequence of keyframes which animate properties of a GameObject over time, like position, rotation, or scale.
Click to reveal answer
beginner
How do you create an Animation Clip in Unity?
You create an Animation Clip by selecting a GameObject, opening the Animation window, and clicking the 'Create' button to record keyframes for properties you want to animate.
Click to reveal answer
intermediate
What is the role of the Animator component related to Animation Clips?
The Animator component controls which Animation Clip plays on a GameObject and manages transitions between clips using an Animator Controller.
Click to reveal answer
intermediate
Can one Animation Clip animate multiple properties at once? Give an example.
Yes, one Animation Clip can animate multiple properties simultaneously. For example, it can animate a character's position, rotation, and scale all in the same clip.
Click to reveal answer
intermediate
What is the difference between an Animation Clip and an Animator Controller?
An Animation Clip contains the actual animation data (keyframes), while an Animator Controller manages multiple Animation Clips and controls how and when they play on a GameObject.
Click to reveal answer
What does an Animation Clip store in Unity?
AA sequence of keyframes for animating properties
BScripts for controlling GameObjects
CTextures for 3D models
DAudio files for sound effects
Which Unity window do you use to create Animation Clips?
AScene window
BAnimation window
CInspector window
DConsole window
What component must be attached to a GameObject to play Animation Clips?
ACollider
BRigidbody
CAnimator
DAudioSource
Can one Animation Clip animate both position and rotation at the same time?
AYes
BNo
COnly position
DOnly rotation
What manages transitions between multiple Animation Clips in Unity?
AAnimation Clip
BPhysics Engine
CScript
DAnimator Controller
Explain what an Animation Clip is and how it is used in Unity.
Think about how you make a character move or change over time.
You got /4 concepts.
    Describe the difference between an Animation Clip and an Animator Controller.
    One holds the animation, the other decides when to play it.
    You got /4 concepts.