VYaml
VYaml copied to clipboard
Is it possible to preset a UnityResolvers in VYaml.Unity
In some cases, I will need to serialize and deserialize Unity types, such as Vector3, Color, etc. Although I implemented part of it myself, I would like to have a UnityResolvers that contains commonly used Unity types and is automatically enabled when using Unity. Just like MessagePack-CSharp.