You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-26Lines changed: 0 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -1,46 +1,32 @@
1
1
# 🌐 Language Change Tools for Unity
2
-
3
2
A handy Unity Editor tool for managing localization keys and language files directly within the Editor. Easily find, edit, and save localization keys, auto-attach components, and generate language files with zero hassle.
4
-
5
3

6
4
7
-
---
8
5
9
6
## 🚀 Features
10
-
11
7
- 🔍 Find all `TMP_Localizer` components in project prefabs
12
8
- ✏️ Edit `localizationKey` values directly in the Editor window
13
9
- 📅 Save changes back into `.txt` files and update prefab assets
14
10
- ➕ Automatically add `TMP_Localizer` to all `TMP_Text` components
15
11
- 🌍 Generate new language files based on any existing base language
0 commit comments