- Home /
Question by
CrowbarSka · Mar 14, 2018 at 03:07 PM ·
particlesupdateparticle systemframe rate
Is it possible to change the Particle System time-step?
I'm wondering if it's possible to lock one (or all) particle system's time step to a fixed update rate?
Note that I'm not talking about timescale (slowing down or speeding up), nor the emission rate, but the interval at which all particles update all their properties.
So in effect I'd be locking particles to a fixed frame-rate (say, for example, 30 FPS) while the rest of the game can continue to update at its regular frame-rate (e.g. 60 FPS).
Comment