I am using pathfinding for a character to follow the player and it works fine until i get to an obstacle...
so at a door i click to open the door (rotate sprite 90 degrees) and when i breach a wall (destroy wall).
The problem is when i do this and try to walk through the character stops following.
I make the character find path every 1 second so he keeps updating following the player, does anyone know how to fix this?
Thank you.