The "Wall Min Slide Angle" property in the new "CharacterBody3D" node is not working as expected

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By CajaRoja

The “Wall Min Slide Angle” property in the new “CharacterBody3D” node (according to the docs) is used for:

“Minimum angle (in radians) where the body is allowed to slide when it encounters a slope. The default value equals 15 degrees”

However, I’ve been testing and no matter how I set the value of the proprerty and how I vary the angle of the slopes, the behaviour of the character is indifferent to the value of this property. Not even for different values of the “Stop on Slope” and “Max Angle” properties. So I’d like to know if a missing something.

:bust_in_silhouette: Reply From: Bibendi

When you were testing did you have the floor_block_on_wall property set to true

No matter if a set floor_block_on_wall to true or false, the behaviour doesn’t change

CajaRoja | 2023-04-03 21:38