I want to implement an extremely basic pathfinding system by detecting where the destination object is: North, South, East, or West of the current enemy game object; by moving until the object reaches the player object. Is this possible? If yes, how can it be carried out? Is there a specific method?
Iβm unsure as to how to start this
Thanks in advance!