How do I make pathfinding and line of sight follow from a distance?
Im trying to get object1 to follow enemy1 but from a distance, also if there are multiple {enemy1) on the screen, object 1 should follow the one he is closer to. Like possible follow an enemy with a certain uid or something, How can I achieve this?