Circle CharacterBody2D not climbing slopes

Godot Version

Godot 4

Question

In my scenes, I have a circle collision on a CharacterBody2D and a sloped ground (top left and top right). When you move towards the slope, the character stops and doesn’t climb up the slope (middle right). I tested it when the angle is 45, and it works (bottom right), but I want the angle to be larger. Is there a way to do this, preferably not in gdscript?

Yes. It’s the option for Characters. In the inspector. It’s coincidentally effected by the floor.

1 Like

Oops. I mean Character2D

1 Like

Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.