com.unity.runtime-scene-serialization 1.0.0-exp.5
com.unity.runtime-scene-serialization
Source docsNotes: processedReleased October 31, 2024
Browse versions
PreviousNext
Unity Compatibility
Minimum Unity: 2021.3 (0f1)
Package Dependencies
- com.unity.nuget.mono-cecil (1.10.1)
- com.unity.properties (2.0.0-exp.13)
- com.unity.serialization (2.0.0-exp.13)
🔧 Bug Fixes
- Fixed a NullReferenceException that could occur when serializing null values where the type conforms to `ISerializationCallbackReceiver`.
- Use Type.FullName to check types in ignore list. Previous versions used Type.Name which would never match any of the strings in Ignored types.
- Fixed a NullReferenceException that could occur when serializing types with public Dictionary fields.
- Fixed deserialization of GameObjects not properly setting active state.
