29-09-2020, 02:02 PM
(29-09-2020, 01:55 PM)gontz Wrote: Thank youÂ
Yes, it is very stable now.
Quick question: how can I set the lifespan of the particles to infinite?
Just type 'Infinity' in the inspector field (with capital I). This is a standard Unity feature that works in all numeric inspector fields.
Or if setting it programmatically, use float.PositiveInifinity.