Hey how much C++ code have you had to parse thru and write to get all stuff working? I’m probably about to go down a similar route and am glad to see that it’s not impossibly difficult to go deep down into the pathfinding system and override stuff in C++. Any advice on what classes and functions to look out for on that journey? I’m also running into the need for weird pathfinding on dynamically generated terrain with agents that will need to find jump points and such. I thought I was going to have to dynamically generate nav link proxies, but it seems your solution is equally robust as a different option.