Navmesh Cut - Trying to understand how original triangles are recreated in the example

Hi,

I am using the A* Pro v 3.7.4.
On the Example3_Recast_Navmesh1, when the Obstacles are created it seems that when moving them around the graph returns to it’s original connections.

When I created a plane with a RecastGraph and added a cube with NavmeshCut, it does cut through the grid, but the grid doesn’t return to it’s previous connections. Based on http://arongranberg.com/astar/docs/navmeshcutting.php, it does cut through the grid yet the effect I see in the example is what i’m looking for.

What am I missing?

Thanks,
Guy

Hi

Perhaps your cube is also included in the initial graph scan? Make sure the layer it is in is excluded in the recast graph settings.