How to make a particle system emit more than 1 particle at once.

I’m making a space shooter game. When an enemy dies, I want some particles to shoot out from it for a simple explosion effect. I have my particle system mostly configured, but instead of emitting particles over the period of a few seconds after death, I want it to emit a set amount of particles all at once.

Thanks.

Hey W1k3 ,

in the emissions tab of the particle system you will notice something called bursts. Here you can add bursts of multiple particles at whatever point of time in your system you want.

18024-untitled.jpg

Hopefully that answers your question