How to keep track of added graphs?

I want to add and remove graphs during runtime using DeserializeGraphsAdditive(), is there a good way to track which graphs have been added so I know which graphs to remove later?

Good point. In the next update I’ll ensure that the method returns an array of the deserialized graphs.

1 Like

Thanks for the quick responses and update