Changing only physics time scale?

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

I want to be able to speed up and slow down the physics speed without changing the engine speed. There are some parts of my game that don’t really work on other time_scale values than the default.
Is there a built-in way to do this?
If not, how else could I achieve this?

:bust_in_silhouette: Reply From: djmick

There is not a built in way as far as I can tell, however, I assume your physics use variables, such as gravity, so you could just lower the value of every variable used for physics when you need the physics to slow down. I’m not sure if this will help at all, just a thought.