com.unity.runtime-scene-serialization 1.0.0-exp.5

com.unity.runtime-scene-serialization

Source docs
Notes: processedReleased October 31, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.3 (0f1)

Package Dependencies

🔧 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.