Unity emit one particle system for use throughout game

Hi there,

I’d like to use a particle system to emit a single set of particles once, that are then present throughout the rest of the game.

The idea is that these particles (just some simple spheres for instance) would represent fluid existing within a 3D object. As the 3D object is rotated, these particles would always occupy the bottom of the object.

Is this possible? Playing with lifetime settings I haven’t had any luck.

Hope to hear!

Set the lifetime setting to 100000. This is the max number of seconds and is about 28 hours. So as long as your scene won’t be up for 28 hours you won’t have any problems :wink:

Let me know if this helps :wink:

Check the looping Box in your particle system window