Shuriken particles unlimited lifetime

Hi,

I want to emit a lot of particles in one shot, and that they last forever.
I managed to do it with the legacy particle system, but is this possible with the new one?

Thanks

First, make sure you don’t have any ‘over lifetime’ modules active (infinity divided by any finite number gives undefined results).

Then, simply type the word ‘Infinity’ into the ‘StartLifetime’ field in the particle manager. Done!

Well i had the same problem with my game but i had my bullets filling up my map.
if you are using javascript then you want to assine a clone child to it and aply a timer with a 3 second delay at which after the delay the clone is destroyed.
make sure the child is assined properly so that you dont destroy the original projectile :slight_smile: