Particle engine

How do I make min and max engergy unlimited?
I want to create particles only at the beginning, and I want them to live forever. (while the game runs)

Thanks

Set it to:

Though you’ll need to do this via script. It will still possibly have a finite life, or could cause errors for particles, but it’s a shot.

Thanks.
I’m using C# so it’s

float life = Mathf.Infinity;

I saw a post somewhere that had a user mention how using infinity with particles throws up an error in the console in 2.6.1 (no idea if it’s fixed in v3).