UNLV-CS472-672 / 2024-F-GROUP2-ScaryGame-1

2 stars 6 forks source link

Walking onto window frames - Low Priority #12

Open krain0 opened 4 weeks ago

krain0 commented 4 weeks ago

Issue Title

Walking onto window frames

Description

The player can walk onto window frames without jumping

Steps to Reproduce

  1. Approach any window frame that looks like the one pictured in the first screenshot below
  2. Walk towards it

Expected Behavior

The player should collide with the wall

Actual Behavior

The player walks onto the window frame

Environment

Screenshots

image This issue happens for any window frames that look like this.

image 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

uid106 commented 1 week ago

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.