Particle System Destroy

In the Death VFX video, a script was set up to destroy the particle system. There’s an option in the first module of the particle system component called Stop Action, you can set that to Destroy and that will destroy the particle system when the particles are finished emitting and all the particles reach the end of their lifetime

6 Likes

Or just store the Instantiate into variable and call Destroy(variable, 1);

Privacy & Terms