AI won't jump onto small legdes

I’m using a behavior tree for my AI and if i jump over a fence, or onto a higher up box, the AI doesn’t follow even though it’s small enough for the AI to still see me, any help?

First of all: screenshots always help.

Second, you do know AI needs properly generated navigation information to do whatever you expect it to, right? To make AI jump down navmesh ledges you need navigation links (placed for example via NavLinkProxy actor). To make AI jump up you’ll need to do some coding (when using regular links) or at least BP work (if you use smart links).

Cheers,

–mieszko

Hi, thanks for your response.

I’ve only just came across nav links today and my AI is jumping down them, please could you point me in the right direction of how i could get the AI to jump up nav links?