Fly following AI problem

288905-screen.png

Hello. I have a problem with flying following AI. when the player’s character is a little higher AI stops following him. How do you make the following AI flying?

AI move to and Move to location not working correctly. please help me

Hi, you could uncheck “Use Pathfinding” and set the movement type to flying.
Normally the AI uses the Navmesh to find a way to the target. If there’s no such way the AI won’t move.
So you can either build in a way for the AI to reach it’s target (a stair or ramp) or ignore the Navmesh. By unchecking “Use Pathfinding” the AI will ignore the Navmesh and move in a straight line to the target. In order be able to reach the target you should then set the character movement type of the AI to “flying”.

When the AI reaches the target you can set the movement type back to “walking”.