So, I'm doing a game jam yadda yadda yadda... Anyway, I have a maze that I made with a tileset, and I need my monster to get to the player in the maze. But when I set the obstacles to the solids, the enemy can't find a path. Please help!
here's my code, the bottom two are just telling me if the enemy found a path or not.
And here are the stats for the pathfinding behaviour. My tiles are 32x32 if it helps