com.unity.localization 1.4.0-exp.1

com.unity.localization

Notes: processedReleased June 1, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

🔄 Changes

  • Fix `NullReferenceException` when creating a new table that takes name from renamed table (LOC-550).
  • String Table entries will no longer try to use `String.Format` when using `GetLocalizedString` with non-null but empty arguments (LOC-689).
  • Improved `FormatException` error message when `String.Format` throws during `GetLocalizedString`.
  • Added `LocalizationEditorEvents.ExtensionAddedToCollection` & `LocalizationEditorEvents.ExtensionRemovedFromCollection`, which can be used to react to collection extension additions & removals. Added `CollectionExtension.Destroy()` which can be used to perform cleanup when a collection extension is removed.