Hey guys. I’ve got a couple of AIs set up and a fairly large building with a lot of rooms. My issue is that:
- I need each NPC to have their own specific NavMesh that only they can use
- It doesn’t appear that I can use the navmesh bounds volume, because of the shape. I need the NPC to be able to enter only some specific rooms and hallways, but not others, and I don’t know how this can be done with the rectangular navmesh bounds volume
If anyone could tell me what I should do here, that would be great. Thanks!