Non Dynamic Navmesh Cut

Hello,

I am trying to achive something like Navmesh Cut, but I do not want to execute it during the runtime (a lot of objects), but before that (during the scanning - I have cached graph).
I have been also trying to use RecastMeshObj and setting it to Unwalkable Area, but I need to cut it only for one graph (I have two).

Is there any other solution? I have a feeling that I would need to make NavmeshCut “static” or RecastMeshObj aplicable only for some graphs (as NavmeshCut).

Thanks.

Hi

In the next version, you’ll be able to make specific areas unwalkable using a recast graph setting. This is similar to how the RecastMeshObj works, but on a per-graph and per-layer basis.
per_layer_modifications