Hi,

That works, but can FPS setting be modified at runtime(from script code)?

Jesse

@JeZxLee said: Hi,

That works, but can FPS setting be modified at runtime(from script code)?

Jesse

Engine.target_fps = 30 is how you can set the target FPS from code. Here’s the documentation for it.

2 years later