I’m trying to randomly spawn a bunch of flat tiles (each tile has some sort of obstacle) and I want to create a navmesh on each tile so I can have enemy objects move around on each tile. Is this possible and if so, how do I do it?
So far, I’ve tried baking navmesh data on each tile while adjusting the agent radius and voxel size to as small as possible so the mesh stretches from edge to edge of each tile, but it takes time to bake. I’ve even tried using a simple flat plane object and baking the navmesh data but nothing seems to work.