Unity Localization Tools
This repository includes a set of Unity Editor tools and scripts to help manage localization and UI setup in projects. It also supports fetching localized data (like questions) from the StreamingAssets folder at runtime.
🧩 Features 🗣 Localization Editors
Convert TextMesh to RTLTextMesh Converts all TextMeshPro or Text components in the scene to Right-to-Left (RTL) compatible text for Arabic and other RTL languages.
Localize Text Automatically Adds a LocalizationString component to each text and creates a localization key automatically using the first three words of the text.
Export Localization Table Exports all localization data into the StreamingAssets folder when building. This allows you to edit or replace localization files outside the build without rebuilding the project.
🖥 UI Utility Editor
Anchor Fix Tool Automatically adjusts anchors of UI elements so that the interface looks correct on any screen resolution.