Advanced NavMesh?

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:

  1. I need each NPC to have their own specific NavMesh that only they can use
  2. 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!

Bump. Hoping to get an answer soon.

can you just separate the geometry or use blocking volumes for the NPCs? that way they cant leave their “own” area of the navmesh.

Oh, I didn’t think about using blocking volumes. Thanks!