NavMeshCut not working in 2D

I encounter issue with NavMeshCut. I use version 5.1.1, Recast Graph in 2D and NavMeshCut. The problem is that in any mode NavMeshCut does nothing. Graph dont updates. I even use code samples from docs and it’s still nothing happens anyway. I read about rotation for legacy modes, it’s doesn’t change anything (i tried new & old modes, with & without rotation).

What i’m missing?

Hi

Do you have a screenshot of your setup?

The problem was that in Pathfinding object there was flag AffectedByNavmeshCut set to false.

1 Like