NodeCanvas merge problem

Forums 💬 NodeCanvas ⚙️ Support NodeCanvas merge problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18985
    andreasg
    Participant

      We are a small team of developers who use Node canvas. Every time someone has made a change the entire asset file marked as conflicted when we try merge our changes.

      Any solution available? Maybe, we want a better format, such as JSON pretty printed, instead of YAML

      #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.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.