com.unity.serialization 0.5.1-preview
Notes: processedReleased October 21, 2019
Unity Compatibility
Minimum Unity: 2019.3 (0f1)
✨ Features
- Support JSON serialization of `UnityEditor.GlobalObjectId`.
- Support JSON serialization of `UnityEditor.GUID`.
- New method `DeserializeFromStream` to deserialize from stream object.
📈 Improvements
- Updated `com.unity.properties` to version `0.9.1-preview`.
- Deserialization will now attempt to construct the destination container using `PropertyContainer.Construct` utility.
- Deserialization will now attempt to read type information field `$type` by default.
