Overview - Sub-emitters
What is it?
Sub-emitters are special particle systems that are triggered by events in a main particle system, such as when a particle is born, dies, or collides. They allow you to create complex visual effects by chaining multiple particle systems together. This means one particle system can cause another to start, making effects like explosions with sparks or smoke more dynamic and realistic.
Why it matters
Without sub-emitters, creating detailed particle effects would require manually timing and controlling many separate particle systems, which is hard and error-prone. Sub-emitters automate this process, making effects more natural and easier to manage. This improves game visuals and performance by keeping related effects connected and synchronized.
Where it fits
Before learning sub-emitters, you should understand basic Unity particle systems and how to create simple effects. After mastering sub-emitters, you can explore advanced particle system features like custom shaders, particle collisions, and performance optimization.