Skip to content

Latest commit

 

History

History
65 lines (27 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

65 lines (27 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.4.9] - 2024-07-02

Fixed

  • Fixed compilation errors in Unity 2019.4.x.

[2.4.0] - 2023-11-24

Added

  • Localization Assets Path supports package path, e.g. Packages/com.xxx.xxx.

  • Localization Scripts Store Path supports package path, e.g. Packages/com.xxx.xxx.

[2.2.0] - 2021-07-22

Added

  • Adds setting field targetLocales for the list of Locales that only need to be built.

  • Adds setting filed excludedLocales for the list of Locales that should be excluded in the build.

[2.0.0] - 2021-06-30

Added

  • Support changing TextMeshProUGUI parameters at runtime.

[1.2.0] - 2020-04-24

Added

  • Adds parameters in LocalizationAssetSettings to set up where to locate locale data, translation key data.

  • Adds parameters in LocalizationAssetSettings to set tup from which row and column index to locate translation texts.

[1.0.1] - 2020-04-24

Fixed

  • Fixed the error of scripts generation when using as unity package.

[1.0.0] - 2020-04-23

  • Initial unity project.