Skip to content

1.0.0-exp.3

Choose a tag to compare

@Needle-Mirror-Bot Needle-Mirror-Bot released this 09 Jan 23:12

[1.0.0-exp.3] - 2022-12-15

Fixed

  • Fix an issue when deserializing missing scripts with empty arrays

[1.0.0-exp.2] - 2022-12-13

Fixed

  • Protect against token mismatch (null arrays) in prefab deserialization.
  • Use TryGetValue when accessing fields to fix MissingFieldException when loading some legacy JSON scenes

[1.0.0-exp.1] - 2022-11-17

Fixed

  • Removed check for negative fileID; it was blocking valid asset references from being serialized.

Changed

  • Minimum Editor version to 2021.3.0f1
  • Properties and Serialization dependency version to 2.0.0-exp.13
  • Use JsonSerializationAdapters to provide customized serialization features instead of custom visitors