- Home /
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.
Answer by purdyjo · Nov 17, 2013 at 03:55 AM
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.
Hopefully that answers your question
I need an effect to burst 7 times. As I click the '+' button to add more bursts, it seems to max out at 4 bursts and the '+' is hidden.. It looks like the view just isn't expanding to the list. Is there any way to get more than 4 bursts?