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?
✗ Incorrect
Animation Clips store keyframes that animate properties like position or rotation over time.
Which Unity window do you use to create Animation Clips?
✗ Incorrect
The Animation window is used to create and edit Animation Clips by recording keyframes.
What component must be attached to a GameObject to play Animation Clips?
✗ Incorrect
The Animator component controls playing Animation Clips on a GameObject.
Can one Animation Clip animate both position and rotation at the same time?
✗ Incorrect
One Animation Clip can animate multiple properties like position and rotation simultaneously.
What manages transitions between multiple Animation Clips in Unity?
✗ Incorrect
Animator Controller manages multiple Animation Clips and controls transitions between them.
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.