Problem moving under object when crouched.

dasjlm

Member
The player can move forward when crouching until I want go under an object on a solid layer. The object is just a bit above the characters head so I do a crouch and head is well under the object, but I can't get the player to move forward. I put a box collider on the object to make sure I could see where it's collider is and player is clearly below that collider. I tried disabling the collider on the player just to see if that was an issue but that didn't help. Seems like should be something simple? Any suggestions?
 
This does sound like it is collider related. Double check that the capsule collider has enough clearance.
 
Top