Forums › 💬 NodeCanvas › ⚙️ Support › file format › Reply To: file format
hi,
I already knew about the export json.
i’m thinking using a TextAsset to store the data instead of string _serializedGraph;
this way, you can specify a custom json format, unity shouldn’t try to compact it.