hi
i have a question about pathfinding behavior,
i working on a roguelike dungeon game,used the tilemap and layout unbounded scrolling,
the game map generated after the start of the game
when the enemy creat and the enemy object is not on screen,is will be pathfinding fail,(if enemy on screen on start of the game,it work fine)
i try clear obstacles,and regenerate ob map,but didn't work,
how can i set it?
thank a lot.