Instantiated Enemies in Unity Following Player Overlap over Each Other
So for my top-down RPG, there are enemies in the overworld that will chase you if you get too close. (Like most turn-based RPGs nowadays.) The way it works is that the enemy spawner instantiates enemies at a random position at the start of the scene. That’s not the problem, but the problem is the enemy overworld script itself.