Hello,
I’m using a graph to navigate ships on an ocean, to avoid islands.
The ships have the ability to attack ports using planks to board the dock.
Once a battle starts I generate a second graph, on a different layer, for the units to move from the ship through the planks onto the dock.
My issue is that the units seem to be stuck at the edge of the ocean graph instead of continuing on the battle graph.
Any pointer to what I might be missing or doing wrong?