Is it possible to spawn all particles of a particle system right away? I don’t want it to shoot 5 particles, during 0.5 seconds, but shoot all 5 particles right when it spawns.
No particle specialists here?
You could just set emission to burst with the time the burst occurs set to 0.0. I’ve had some trouble with it being set at 0.0 in the past though, so if that doesn’t work try it at 0.1 instead. =)
2 Likes
Ah thanks, got it. I set the rate to 0, then clicked the + sign and set 5 particles to burst at 0.0. It seemed to work, but I’ll keep that in mind
1 Like