[The issue im having is that I want to spawn NPCS correctly in my map. Right now NPCs spawn anywhere there is nav mesh. The problem is that there are many large rocks in the game, and if i disable navmesh for these rocks, the NPCs dont spawn on top of them (yay) but they spawn inside them and get stuck (boo). I’m wondering if there is any smart solution to procedurally spawning NPCs without them accidentally spawning inside rocks. The only solution I can think here is to manually go through the whole level and add navmesh modifier volumes inside each of those rocks to tell the navmesh to not spawn bots inside of those rocks, but this seems like a nightmare. Thank you!