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.