Hello
I’m trying to use the Stop Action parameter in the Particle System Main Module, to destroy a particle system when it’s done emitting.
The effect in question is an explosion. Let’s say it has a fire part (quick), and a residual smoke part (lasts longer than the fire). The smoke particle system is a child of the fire particle system.
If I set the “Stop Action” of the fire to “Destroy”, then the particle system destroys itself as soon as the fire is done emitting. This results in the smoke instantly disappearing with it.
I know there are numerous workarounds for this, but to me, the logical way for this to work would be for Unity to wait until the particle system AND any child particle systems have no active particles. I’m pretty sure that’s how ParticleSystem.IsEmitting worked when I was using that.
Is there a reason for the current behavior? Bug?
[unity 2019.1.14f1]