hi there is there a way to duplicate your graphs in editor instead of having to create a new one and copy the values over? same with runtime scripts
I’m not seeing any way to duplicate graphs on the AstarPath component, however there are tools for loading and saving graphs, including during runtime. Details can be found here in the Saving and Loading Graphs documentation. There’s some relevancy in the AstarData class that stores graphs to this as well. AstarPath.graphs
is of this class.
Let us know if you have any more questions