I know its a shot in the dark, but do you have any idea how to make this work with the Truss Physics package? They don’t seem to work together.
Hi
I haven’t used Truss Physics myself so I cannot really answer that.
The graphs will use the physics engine to figure out where obstacles are, so if Truss Physics uses colliders that can be detected by e.g a Physics.Raycast call, then it should work. For any updates during runtime you will have to call a method to recalculate the graph in the region you are interested in, see: http://arongranberg.com/astar/docs/graph-updates.php