Skip to content

Changing the players collision box prevents them from using stairs in the Lobby. #413

Discussion options

You must be logged in to vote

Hello, and no worries: Not a dumb question at all and you're not stupid. This is something that has come up before.

The basic answer is that due to how the stair step-detection works, your Player Controller needs to have a collision shape that has a "floor edge", so either a rectangle or cylinder.

If you use a capsule collider, the step-detection can't reliably check for a step height in relation to the floor point.

If you must use a capsule collider for your player character, you might need to adjust the colliders on your level geometry to be read as a ramp.
I also noticed you mentioned "player model" - your player mesh can be anything you want - it doesn't have to match the collision s…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AratusCorvatus
Comment options

Answer selected by AratusCorvatus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants