How fix character stuck at the edge of platform?

Hi~ I create a third person controller.
The character will stuck at the edge of platform. How fix this?
I want the character to fall if one foot is suspended in the air.

Weixin Image_20230817020309
Weixin Image_20230817133931

In the character movement component, the advanced section of walking movement has a setting called perch radius threshold. Tweaking this changes how close the char can get to an edge before falling.

1 Like

Really appreciate it! I will have a try.