Hate to necropost but I’ve been playing around with the tool and while I got it mostly working in the current version of the plugin, I’ve run into issues.
Here’s my edit of the tool, forked from the last version ToastyStoemp posted.
Only tested with Version 5.2.5
First is related to updating the tool for the latest version.
I’m not sure where “targetGraph” was originally declared in the original gist link.
It’s not declared in the script itself and I can’t find any reference to it in the GraphModifier script (At least in the current version). Currently, I’ve replaced "targetGraph " with “nodeInfo.node.Graph” however I don’t think that’s the way to go though it does mostly prevent links appearing on the same graph for the most part. To be certain, did targetGraph originate from older versions of AStar?
Second is related to the placement of the node links on graphs with rotations. My test scene has several graphs with one of them being rotated on a 90 degree angle.
I was expecting a bunch of node links at the bottom of the wall where the 2 graphs are intersecting however they all instead bunch up in a corner. Strangely, adjusting the order of the graphs in the AStar Component affects the placement of the node links. Did this behaviour occur in earlier versions of the plugin or is this something new?
