Reply To: NodeCanvas merge problem

Forums 💬 NodeCanvas ⚙️ Support NodeCanvas merge problem Reply To: NodeCanvas merge problem

#18986
Gavalakis
Keymaster

    Hello,

    While internaly the Graphs and Blackboards are serialized to JSON, all this information needs to be saved to an .asset file, because a pure JSON format can not serialize and store UnityObject references. Thus “pairing” JSON within a Unity Object .asset file, is the only way to properly serialize Unity Object references in Unity.

    Unfortunately there is no other way for serializing Unity’s Object references.