KinematicCharacterController doesn't respect max_slope_climb_angle #534
Labels
A-Dynamics
A-Integration
very bevy specific
C-Bug
Something isn't working
D-Medium
P-High
arbitrary important item
How to reproduce:
Set max_slope_climb_angle.
Translate the controller with no Up force into a slope that is of greater angle than max_slope_climb_angle.
Expected:
If the slope is a higher angle than max_slope_climb_angle we stop like its a wall
Actual:
KinematicCharacterController translates us up the slope.
Here is the sample code that can be used to demonstrate this behavior:
#532
The text was updated successfully, but these errors were encountered: