Can you make topdown follow enemies?

I’m trying to make top down enemies for a game I’m making, but not sure how I could do it without having them end up using something like ship controls. Is there any way I could do it without ship controls?

3 Likes

Yes, use pointat and make it move forwards.

1 Like

I’ve done that before, i’m thinking more of an enemy that moves towards you while being able to pathfind around walls, and won’t rotate with the point at command.