I've got a rigidbody that I'm adding torque to, but after a couple seconds it stops dead. It does this when the damping is both 0 and -1 and does it in all directions.
Could it have something to do with the angular velocity being around 0.005 or that I'm applying the forces from a function called from_process
instead of_integrate_forces
or something?