I have land, sea, and air units. I am trying to have different nav mesh volumes that enables each type to only move on it’s designated surface type. No matter what I do only one agent type is ever built. I can fiddle with the agents order in the Navigation System settings and change the type that gets built but that is it.
Is there something I am missing or did I mess up something?
I am on 5.4.3.
I have tested in open world and non-open world and they both behave the same.
There’s are a few nav mesh editor volumes, with different functionality like null and high cost, you could utilize these to accomplish what your looking for. You could also try assigning tags to different coins and querying that from the actor, though I’ve never tried something like that so I can’t say forsure it would work or is possible. You could also setup custom nav mesh actor subclass, one for each type of AI