I implemented crawling for my human character controller in a cooperative platformer made with Unity, Mars 21. The controller works with two MonoBehaviour scripts, AstronautPlayerControl.cs and AstronautMotor.cs, and an Animator component.
Continue reading