How can I slow a rigidbody down, for example when it would hit water or desert/beach sand?
I see there is a maxAngularVelocity, but there is noting like maxVelocity I could tweak.
Any sugestions?
When it hits water or something apply drag:
rigidbody.drag = 10.0;