VYaml icon indicating copy to clipboard operation
VYaml copied to clipboard

Is it possible to preset a UnityResolvers in VYaml.Unity

Open MonoLogueChi opened this issue 1 year ago • 7 comments

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.

MonoLogueChi avatar Feb 05 '24 12:02 MonoLogueChi