3 Years Ago
New, axis-rotated capsule for PlayerWalkMovement when crawling. Rotating the axis was the only way to have the player be able to crawl under half-walls without also being able to see through walls at their head position. PlayerWalkMovement now also sets its rotation based on the player model's rotation, instead of staying at Quaternion.identity (since the capsule was always the same all the way around, it never needed to actually rotate before).