I have a top down view game with a player and an enemy.
Enemy moves toward player using pathfinder but when it collides with the player, it stops.
At this point, i don't want the enemy to overlap on top of player object.
I've tried setting solid behavior on both objects but they still overlap.
I've tried giving them physics but then when the enemy collides with the player, it pushes it around when i don't want them to be able to push each around.
Thanks