In a scene with more than one grid graphs, how do I tell AstarPath.active to just scan for changes in a specific graph (i.e. call Scan for just one graph, not all of them)

In a scene with more than one grid graphs, how do I tell AstarPath.active to just scan for changes in a specific graph (i.e. call Scan() for just one graph, not all of them). Is this possible? How can it be done? If not, do I have other alternatives to optimize grid graph scanning or make my scan calls more efficient?

Different approaches to individually updating a graph on runtime can be found here in the documentation.

1 Like