Short and simple, I want my AI’s to be able to walk off ledges, walk up and down from wedges freely (all without jumping, since well they’re definitely unnecessary here)
I’ve found the issue which has been preventing them to do these actions, and it lies with AgentCanJump being set to false, after setting it to true, it works fine for these use cases.
However, my game design and code doesn’t support jumping nor do i plan to, and sometimes these AI’s will get stuck on short stubs because their action tells them to jump.
Is there ANY way i can get around this? because this issue is causing so many bugs if the target’s Y axis is different by <1 studs, any help appreciated