Using NodeLinks with Multiple Graphs

I have multiple Recast graphs agent use. For example I will have some agents that are taller and wider. I also need to be able to pick which NodeLinks agents use on a particular graph. In some graphs, some of the NodeLinks should be off and regions unconnected.

It appears that the NodeLink components only deal with the default active graph. This works fine for a single graph but I am hoping for more flexibility.

I am thinking maybe a field in the NodeLink components which would be a “Graph Index Mask”. This would allow user to select which graphs the link is calculated for.

Perhaps there is another way to achieve this? Otherwise this might be a feature request.

Thanks.