Publisher | Beetle Circus |
---|---|
File size | 215.75kB |
Number of files | 268 |
Latest version | 16.1.3 |
Latest release date | 2024-10-22 09:47:54 |
First release date | 2015-05-18 06:51:23 |
Supported Unity versions | 2018.4.2 or higher |
Manual and reflection based YAML serialization.
Full source code included.
Released under the MIT License.
Works with IL2CPP.
Why Use Yaml?
YAML is the serialization format of the Unity editor. This means that YAML documents can be interpreted by Unity, but it also means that you can manually interpret Prefabs, ScriptableObjects and Unity Scenes. This opens a large range of possibilities. It's also a solid general serialization format which is especially readable format for the human eye.