0
0
Unityframework~5 mins

2D animation basics in Unity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AA 3D model
BA script file
CA sound effect
DA 2D image used for characters or objects
Which Unity component controls playing animations on a GameObject?
AAnimator
BRigidbody
CCollider
DAudioSource
What is an Animation Clip?
AA script to control movement
BA sound file
CA sequence of frames defining an animation
DA 3D model
Where do you add keyframes to create or edit animations in Unity?
AAnimation Window
BScene View
CInspector
DProject Window
How do you start a 2D animation on a GameObject?
AAdd Rigidbody component
BAttach Animator and assign Animation Clip
CAdd Collider component
DAdd AudioSource component
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.