Skip to content

Releases: SinlessDevil/UnityLocalizationEditor

v1.0.1

03 May 15:07
Compare
Choose a tag to compare

🎯 Features:
🌐 In-editor localization editor window

📝 Edit keys and values per language with search and filter support
➕ Add missing TMP_Localizer components automatically
✏️ Modify and preview language files directly in the editor
📄 Generate new language files (JSON/TXT)
⚙️ TextMeshPro support via TMP_Localizer
🧠 Odin Inspector-based UI
🔁 Zenject-ready for modular setup

📥 To import:
Download the attached .unitypackage
In Unity:
Assets > Import Package > Custom Package...
Select the file and import all

⚠️ Requirements:
Odin Inspector
Zenject
TextMeshPro

⚙️ Setup Instructions:
Ensure TMP is installed and initialized in the project
Bind all services via Zenject installer (optional but recommended)
Once set up, open the tool via Tools > Localization Editor
Works seamlessly with TMP_Localizer and dynamic text updates

v1.0.0

17 Apr 15:46
579d056
Compare
Choose a tag to compare

📦 v1.0.0 — First Release of UnityLocalizationEditor
A powerful Unity tool to manage localization keys, language files, and in-editor language editing with seamless TextMeshPro integration.

🎯 Features:
🌐 In-editor localization editor window

📝 Edit keys and values per language with search and filter support
➕ Add missing TMP_Localizer components automatically
✏️ Modify and preview language files directly in the editor
📄 Generate new language files (JSON/TXT)
⚙️ TextMeshPro support via TMP_Localizer
🧠 Odin Inspector-based UI
🔁 Zenject-ready for modular setup

📥 To import:
Download the attached .unitypackage
In Unity:
Assets > Import Package > Custom Package...
Select the file and import all

⚠️ Requirements:
Odin Inspector
Zenject
TextMeshPro

⚙️ Setup Instructions:
Ensure TMP is installed and initialized in the project
Bind all services via Zenject installer (optional but recommended)
Once set up, open the tool via Tools > Localization Editor
Works seamlessly with TMP_Localizer and dynamic text updates