Recall & Review
beginner
What is a Sprite in Unity 2D animation?
A Sprite is a 2D graphic object used for characters, props, and backgrounds in Unity. It is like a picture that you can move and animate.
Click to reveal answer
beginner
What is the Animator component used for in Unity 2D animation?
The Animator component controls the animation of a GameObject. It plays animation clips and switches between them based on rules.
Click to reveal answer
beginner
What is an Animation Clip in Unity?
An Animation Clip is a file that stores a sequence of frames or keyframes that define how a sprite or object moves or changes over time.
Click to reveal answer
beginner
How do you create a simple 2D animation in Unity?
You create a new Animation Clip, add sprites as frames, and then use the Animator component to play the animation on a GameObject.
Click to reveal answer
beginner
What is the purpose of the Animation Window in Unity?
The Animation Window lets you create and edit Animation Clips by adding keyframes and adjusting sprite changes over time.
Click to reveal answer
What does a Sprite represent in Unity 2D animation?
✗ Incorrect
Sprites are 2D images used to represent characters, props, or backgrounds in Unity 2D.
Which Unity component controls playing animations on a GameObject?
✗ Incorrect
The Animator component manages animation clips and transitions on GameObjects.
What is an Animation Clip?
✗ Incorrect
Animation Clips store frames or keyframes that define how an object animates over time.
Where do you add keyframes to create or edit animations in Unity?
✗ Incorrect
The Animation Window is used to add and edit keyframes for animations.
How do you start a 2D animation on a GameObject?
✗ Incorrect
You attach an Animator component and assign an Animation Clip to play the animation.
Explain the steps to create a simple 2D animation in Unity.
Think about how you make a flipbook animation but in Unity.
You got /4 concepts.
Describe the role of the Animator component in 2D animation.
Animator is like the director telling the character when to move.
You got /4 concepts.