Reply To: Request: Make assets easier to diff in source code form

FlowCanvas Forums Support Request: Make assets easier to diff in source code form Reply To: Request: Make assets easier to diff in source code form

#1782
Gavalakis
Keymaster

    Hello again,

    The problem though is the Unity Json serializer does not have nearly the capabilities of FullSerializer, thus is unable to actually serialize the same data that FullSerializer does and which are required.
    Furthermore, even with Unity’s Json serializer, the string will still look the same as it does with FullSerializer (a big non-formatted string), unless I misunderstood something in your explanation 🙂