Anyone know how to control time intervals between emissions in a particle system without changing the speed of the particle?
Turn off emit over time and emit over distance, then control it yourself in scripts by calling the .Emit() method and telling it how many particles to emit.
.Emit()
ParticleSystems (particlesystems): emitting in various positions in space (no play / stop):