Thrive
Thrive copied to clipboard
Decide if enabling physics interpolation is the right thing to do
Godot 3.5 adds physics interpolation that can be enabled. We might get some benefit from enabling that.
Considering you had some physics performance issues, I'd try reducing physics fps and turning interpolation on ;)
I'm not actually convinced our problem is the physics performance. It seems in all kinds of profiling the physics processing time doesn't really go up at all, really... though to conclusively say someone could turn interpolation on and reduce the physics framerate to see if it actually would have an effect, but my guess is it wouldn't have more than a few percent effect.
Now with the Jolt physics it would need to first be investigated if this is even possible to do anymore.
I must have missed where you switched to Jolt...
It was just merged yesterday: https://github.com/Revolutionary-Games/Thrive/pull/4521 (shows up above as an event on this issue being closed by that).