Hi,
I made a script for the player to walk towards the enemy's position, the problem is I don't know how to determine the position so that the player can stop outside the enemy's radius
The script that I made always makes the player stop right at the enemy's position point. The temporary solution I have is to detect the enemy radius with area2d, but that's not good
