Seems like there is not a lot out there on this question, but I want to store the state of my visual graphs and then have a list to click through. Initially I want this in the Editor so was thinking of having a Struct with with ScriptGraphAsset and then some serialization of the Object variables (perhaps Scene variables later). Later may want JSON serialization in general. The ScriptGraphAsset is a file, so its reference is fine (until runtime), but the variables as part of the scene and was curious if anyone else had a good solution for this.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Graphview serialized variable reference | 3 | 37 | December 16, 2024 | |
GameObject variable persistence problem | 1 | 1795 | October 9, 2009 | |
ScriptableObject - is it supposed to save its state or isn't it? | 36 | 25738 | January 28, 2023 | |
Question regarding ScriptableObject and saving assets | 11 | 923 | March 8, 2023 | |
ScriptableObject - no serialization, just a reference? | 3 | 2566 | July 25, 2012 |