Reply To: [Feature Request] Saving graph view transform data outside asset.

Forums 💬 NodeCanvas 🗨️ General Discussion [Feature Request] Saving graph view transform data outside asset. Reply To: [Feature Request] Saving graph view transform data outside asset.

#13322
Gavalakis
Keymaster

    Hey 🙂

    Before v3.0, pan/zoom was serialized within the graph json and that was indeed messy, but in v3.x+, pan/zoom was moved outside the son and into a standard Unity field. While it is still serialized within the asset, since it now is separate from the actual graph data (the json), I think it is very easy to see the differences in a diff tool and deciding to merge or discard.
    With that said, if your custom patch can be added into the official release as an option, then by all means I will be glad to add it indeed 🙂

    Let me know!
    Thanks.