0
0
Unityframework~5 mins

Color and size over lifetime in Unity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does 'Color over Lifetime' control in Unity's Particle System?
It controls how the color of particles changes from birth to death, allowing smooth transitions or sudden changes over the particle's lifetime.
Click to reveal answer
beginner
How does 'Size over Lifetime' affect particles in Unity?
It changes the size of particles as they age, letting them grow, shrink, or stay constant during their lifetime.
Click to reveal answer
beginner
Which Unity module allows you to animate particle color and size over time?
The 'Color over Lifetime' and 'Size over Lifetime' modules inside the Particle System component.
Click to reveal answer
beginner
How do you enable 'Color over Lifetime' in Unity's Particle System?
In the Particle System inspector, check the 'Color over Lifetime' box and edit the color gradient to define color changes over time.
Click to reveal answer
beginner
What is a gradient in the context of 'Color over Lifetime'?
A gradient is a smooth blend between colors that defines how particle color changes from start to end of its life.
Click to reveal answer
What does the 'Size over Lifetime' module do in Unity's Particle System?
AControls particle speed
BChanges particle color instantly
CChanges particle size as they age
DSpawns new particles
How do you define color changes in 'Color over Lifetime'?
AUsing a gradient
BUsing a single color
CUsing particle speed
DUsing particle size
Which module must be enabled to animate particle color over time?
AColor over Lifetime
BSize over Lifetime
CEmission
DShape
Can 'Size over Lifetime' make particles grow larger as they age?
ANo
BYes
COnly if color changes
DOnly with scripts
What happens if you do not enable 'Color over Lifetime'?
AParticles change size
BParticles change color randomly
CParticles disappear
DParticles keep their start color
Explain how you would use 'Color over Lifetime' to make particles fade from red to transparent.
Think about setting colors at the start and end of the gradient.
You got /4 concepts.
    Describe how 'Size over Lifetime' can be used to create a particle effect where particles start small and grow bigger.
    Consider how size changes from birth to death.
    You got /4 concepts.