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?
✗ Incorrect
Sub-emitters are triggered by Particle Birth, Death, or Collision events, but not by Particle Scaling.
Where do you find the option to add sub-emitters in Unity's Particle System?
✗ Incorrect
The Sub Emitters module is where you add and configure sub-emitters.
What happens when a sub-emitter is triggered on particle death?
✗ Incorrect
When triggered on particle death, the sub-emitter emits particles as the parent particle disappears.
Can sub-emitters be used to create chain reactions of particle effects?
✗ Incorrect
Sub-emitters can trigger other sub-emitters, allowing chain reactions of effects.
Which property can sub-emitters inherit from their parent particles?
✗ Incorrect
Sub-emitters can inherit position, rotation, and velocity to make effects appear connected.
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.