Does RigidBody interpolates it’s position?
I tried to make a kinematic character controller which sets its position manually, and without vsync I get a motion stutter every once in a while for few seconds, as if it’s going out of sync.
If that’s the reason is there a way to manually interpolate the rigidbody position over render frames, like a normal rigidbody?