Skip to content

Releases: yutokun/Localizer

Settings Window and better TMP handling

20 Apr 17:11
Compare
Choose a tag to compare

New

sample

  • Settings Window
    • Window -> Localizer
    • Set text suggestion limit in editor.
    • Switch TextMesh Pro Integration.

New Sample Scene and Initial Timeline Support

08 Mar 09:33
Compare
Choose a tag to compare

New

sample

  • Revamped Sample Scene.
  • Timeline support for text localizer.
  • Simple sequencing script (beta)

Fixes

  • Avoid some errors.

Better File Management

04 Mar 21:32
27392dc
Compare
Choose a tag to compare

Improved

  • No longer uses StreamingAssets. All files were gathered to Localizer directory.
    • Editor: Assets/Localizer
    • Windows: Build_Data/Localizer
    • macOS: AppBundle/Content/Localizer

Fixed build errors

17 Feb 16:03
Compare
Choose a tag to compare

Fixed

Errors on the build process.

String ID Suggestion

16 Feb 16:11
Compare
Choose a tag to compare

New

  • String ID Suggestion

Improved

  • Better implementation.

Fixes

  • Error when any empty key is in the string definition.
  • Error when load duplicated IDs.

Save settings and some fixes

04 Feb 16:02
Compare
Choose a tag to compare

New

  • Save current language selection automatically.

Improvement

  • Hide image type in Inspector.

Fix

  • Can't inject strings to TMP and UIText.

Some improvements

12 Nov 14:18
Compare
Choose a tag to compare
  • Early initialization
  • Fixed incorrect carriage return in the language list.

Image Injection

04 Nov 15:41
Compare
Choose a tag to compare

🎉 Image Injection is here!

Fixed some bugs

04 Nov 09:36
Compare
Choose a tag to compare
  • Wrong inspector preview
  • Error after destroy object

Added methods to change language easily.

04 Nov 09:18
Compare
Choose a tag to compare
  • Localizer.ActivatePreviousLanguage()
  • Localizer.ActivateNextLanguage()