Skip to content

1.0.0-exp.5

Latest

Choose a tag to compare

@Needle-Mirror-Bot Needle-Mirror-Bot released this 31 Oct 21:08

[1.0.0-exp.5] - 2024-10-23

Fixed

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

[1.0.0-exp.4] - 2024-10-09

Fixed

  • Add a reference to Unity.Collections in the runtime assembly definition to fix compile errors on Unity 6.
  • Various exceptions and errors encountered while deserializing scenes with missing prefabs or component types.