Hi,
how do I lock the Scene preview in the editor to 30 fps?
cheers,
Simon
Hi,
how do I lock the Scene preview in the editor to 30 fps?
cheers,
Simon
Thats not possible.
can’t I force a render call ore delay a render call in any way?
if you mean while the scene is playing then yes, In playmode, you can force with a Camera.Render()
or by Time.captureFramerate If you mean to force the framerate while the scene is paused/stopped, then No i dont believe so.