So I’m making a multiplayer golf game, and I tried turning on asynchronous physics to help with framerate and reduce simulation differences between clients.
However, I’m having an issue where the ball will suddenly stop bouncing way before it is time. Here’s what happens with async turned on:
And here’s what happens with it turned off, no other changes:
I’ve tried changing the bounce threshold velocity, changing the restitution and friction of the physics materials, enabling/disabling CCD and enhanced determinism, and even disabling sleep using “p.Chaos.Solver.SleepEnabled 0”. None of it has worked.
Any ideas, or is this a bug?
I’m currently on Unreal 5.1.1, also.