YAML format

Mappings UnityYAML supports both flow and block styles.
Scalars
UnityYAML supports double and single quoted scalars as well as plain scalars. You can split them onto multiple lines. Be aware that multi-line scalars can create performance and memory overheads during parsing.

Plain scalars split onto multiple lines must be indented more than the previous line.

You can use UTF–8 characters in scalars, but UnityYAML only decodes them when they are part of a double quoted scalar.
Sequences UnityYAML supports mapping, block styles, and block sequences that contain block mappings.

SOURCE:
https://docs.unity3d.com/Manual/UnityYAML.html

Comments

Popular posts from this blog