Moving graph during runtime for GridGraph - other thread links are no longer up

I am trying to make a game with moving ships and each ship has its own GridGraph. After looking up how to move GridGraphs during runtime the various posts for the work around are no longer up. The moving example in the Pro version does not work for me because I need to also rescan the graphs when part of the ship is destroyed, and it seemed rescanning the graph in the moving example broke the pathfinding.

Right now the only working link I can find for this is Is it possible to have pathfinding on a moving surface?

It seems like that is like the moving example and rescanning isn’t possible.

Was over complicating it, just have to change the center of the graph.

1 Like