AI Move To not moving to actor but will move to character

Hi! So I’m trying to make an AI character move from one location to an actor. The problem is that it won’t move to any actor, however, it will move to the player or any other character I place in the world and designate it to move to. I’ll post pics of my little setup. Any help on how to get the AI to move to actors would be great! Currently, the data type for the Resource variable is set to Actor. Let me know if any other screenshots or clarifications would help! Thanks again!



image

You can try some things to discover the issue like print the resouce to see if the actor is valid, in the movement result you can make a swtich so you can see if the path os blocked, invalid etc.

Ok so I figured it out! Of course it’s a checkbox! Make sure that “Can Ever Affect Navigation” is set to false on the component that is touching the navmesh! Hope this helps anybody else running into this problem!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.