I have a tilemap, and I want enemies to avoid going on areas where there aren't any tiles.
So, how?
Help would be appreciated!
Develop games in your browser. Powerful, performant & highly capable.
Make another invisible "inverted" tilemap with tiles in place of holes, and use it for pathfinding.
Set obstacles=Custom in pathfinding properites and add this tilemap as an obstacle.