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.
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.
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.
Really appreciate it! I will have a try.