can physics fps be set to 0

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By GDYEE

can project settings physics/common/physics_fps be set to 0? it won’t go lower than 1

Why would you want that? It seems to me like that would completely break the physics.

SweetPie | 2022-09-23 03:57

By chance, you’re not trying to pause the game are you? If so, there are standard ways to do that…

jgodfrey | 2022-09-23 14:13

I am not trying to pause. My game does not use physics_process or any physics objects so I want to turn off physics for performance.

GDYEE | 2022-09-23 18:54

Not even colliders or Areas?

alexp | 2022-10-16 17:49

:bust_in_silhouette: Reply From: alexp

Closest you can get is to have all your nodes call set_physics_process_internal(false)