I have an enemy that runs around on the nav mesh. If I leave the nav when it runs to the end of it it stops. If I re enter the nav mesh it doesn’t chase me Anymore. Simple move to actor. And it plays it’s running animation and once it stops it goes to idol but it doesn’t know to chase me again.
I do everything in state machine in the anim bp and then of course the bp that owns it. I don’t know how to use behavior tree or I would try it. But like I said. Sometimes they just stop. Like they’ve came to a spot with no nav and just stopped and go to idol and stay there untill maybe I attack them again.
Is there a way to stop it from just giving up when it runs to where the nav mesh ends?
I still haven’t really gotten to the end of this…
Is there something else I should be doing? I’m just looking for the way MOST users set this up. Maybe that will give me an idea of what I’m doing different.
if it’s like that you had to check the return value of your MoveToActor. because i think the problem is your moveTo function return maybe abort or failed so it affect the path generation. just a though thou