NavMeshGraph/LocalSpaceGraph & NavMeshCut doesn't seem to cut during movement

Using NavMeshGraph, NavMeshCut, LocalSpaceGraph, LocalSpaceRichAI

I’m unable to figure out how to use the NavMeshCut in this situation. I am able to move around and such, however the seeker isn’t pathing around the NavMeshCut.

After more playing with it… it works as long as there isn’t movement. So I’m assuming I’ll have to create a LocalNavMeshCut?

Hi

Yeah, the NavmeshCut doesn’t know that the graph is moving. For all intents and purposes the graph is still at the original position. So it will cut the graph properly if you move the navmesh where the graph actually is.