0
0
Unityframework~5 mins

Sub-emitters in Unity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a sub-emitter in Unity's Particle System?
A sub-emitter is a secondary particle system that is triggered by events in the main particle system, such as when particles are born, die, or collide.
Click to reveal answer
beginner
How do you add a sub-emitter to a Particle System in Unity?
In the Particle System component, expand the Sub Emitters module and click the '+' button to add a new sub-emitter. Then assign a Particle System to act as the sub-emitter.
Click to reveal answer
beginner
Name the three events that can trigger sub-emitters in Unity.
Sub-emitters can be triggered on: 1) Particle Birth, 2) Particle Death, and 3) Particle Collision.
Click to reveal answer
intermediate
What is a practical use of sub-emitters in game effects?
Sub-emitters can create complex effects like sparks when a firework explodes or smoke when a particle dies, adding realism by chaining particle effects.
Click to reveal answer
intermediate
Can sub-emitters inherit properties from the parent particle system? Explain.
Yes, sub-emitters can inherit properties such as position, rotation, and velocity from the parent particle, allowing effects to appear connected and natural.
Click to reveal answer
Which event does NOT trigger a sub-emitter in Unity's Particle System?
AParticle Birth
BParticle Scaling
CParticle Death
DParticle Collision
Where do you find the option to add sub-emitters in Unity's Particle System?
AEmission module
BRenderer module
CShape module
DSub Emitters module
What happens when a sub-emitter is triggered on particle death?
AThe sub-emitter starts emitting particles when the parent particle dies.
BThe sub-emitter stops emitting particles.
CThe parent particle system resets.
DNothing happens.
Can sub-emitters be used to create chain reactions of particle effects?
AYes, by triggering sub-emitters from other sub-emitters.
BNo, sub-emitters only trigger once.
COnly if the main particle system is stopped.
DOnly in 2D particle systems.
Which property can sub-emitters inherit from their parent particles?
AColor only
BNone, sub-emitters are independent
CPosition, rotation, and velocity
DTexture only
Explain what sub-emitters are and how they enhance particle effects in Unity.
Think about how one particle effect can cause another to start.
You got /3 concepts.
    Describe the steps to add and configure a sub-emitter in a Unity Particle System.
    Look inside the Particle System component settings.
    You got /4 concepts.