Hello, i’m currently working on the AI for my game but have gotten a bit stuck with using the Nav modifiers.
I understand how the modifiers work and how they should be used, but that is not the issue i’m having.
For what i’m doing i would like to have modifiers that overlap, but it seems very random what modifiers will affect the navmesh when they are overlapping. I will try to explain what is happening, in this first image i have two modifiers, one that is quite wide, and another one that is thinner than the first one. The dark green color indicates that the wider, first nav modifier is being used, not the thinner one in the middle.
In this next image i have pulled up the thinner nav modifier away from the navmesh and then placed it back into it’s original location. However, now the thinner nav modifier is also being used as you can see by the different green color.
It’s really annoying to work with nav modifiers that are overlapping since it seems that the nav modifier that was placed into position last will override the other ones that are already there.
Is there any way to set some kind of priority to the nav modifiers which forces them on top of other nav modifiers? Or is there something else that can be done to make overlapping nav modifiers easier to use?
Thanks.