Open krain0 opened 4 weeks ago
Walking onto window frames
The player can walk onto window frames without jumping
The player should collide with the wall
The player walks onto the window frame
This issue happens for any window frames that look like this.
If you walk into it, you are able to get on the window frame.
Consider adjusting slopeLimit field of the character controller to fix this issue. https://docs.unity3d.com/6000.0/Documentation/ScriptReference/CharacterController-slopeLimit.html
Adding to map collision issues, there is no barriers on bridges and skylights and allows the player to leave the map, merging in #9 to this issue.
Issue Title
Walking onto window frames
Description
The player can walk onto window frames without jumping
Steps to Reproduce
Expected Behavior
The player should collide with the wall
Actual Behavior
The player walks onto the window frame
Environment
Screenshots
This issue happens for any window frames that look like this.
If you walk into it, you are able to get on the window frame.
Additional Context
Consider adjusting slopeLimit field of the character controller to fix this issue. https://docs.unity3d.com/6000.0/Documentation/ScriptReference/CharacterController-slopeLimit.html