AI-powered localization extension for Unity's Localization package.
- Two Translation Modes: Batch (bulk processing) and Single (with glossary support)
- Unity Integration: Extends Unity's built-in Localization system
- AI Translation: Powered by Algebras AI platform
- UI-Safe Mode: Preserves Unity markup and formatting
- Custom Prompts: Context-specific translation instructions
- Batch Processing: Configurable parallel processing for large projects
- Open Window > Package Manager
- Click + → Add package from git URL
- Enter:
https://github.com/irakli/algebras-unity.git
{
"dependencies": {
"ai.algebras.localization": "https://github.com/irakli/algebras-unity.git"
}
}- Unity 2021.3 or later
- Unity Localization Package 1.4.0+
- Algebras AI API key (get one here)
-
Create Service Provider
- Assets → Create → Algebras → Service Provider
- Set your API key from platform.algebras.ai
-
Add to String Tables
- Select any StringTableCollection
- In Inspector, click Add Extension → Algebras Extension
- Choose translation mode and configure settings
-
Configure Settings
- Translation Mode: Batch (fast) or Single (supports glossary)
- UI Safe: Enable for interface text
- Custom Prompt: Add context for better translations
- Glossary ID: For terminology consistency (Single mode only)
-
Translate
- Use the translate buttons in the StringTable Inspector
| Setting | Description |
|---|---|
| API Key | Your Algebras AI platform key |
| Application Name | Identifier for API requests |
| Batch Size | Strings per request (1-100) |
| Max Parallel Batches | Concurrent requests (1-10) |
| Request Delay | Delay between requests (seconds) |
| Setting | Description |
|---|---|
| Translation Mode | Batch (fast) or Single (glossary support) |
| UI Safe | Preserves Unity markup |
| Custom Prompt | Context-specific instructions |
| Glossary ID | Terminology consistency (Single mode) |
Batch Mode
- Fast bulk processing
- Parallel requests
- No glossary support
Single Mode
- Individual translations
- Glossary support
- Issues: GitHub Repository
- Documentation: Algebras AI Docs
- Email: support@algebras.ai
MIT License - see LICENSE for details.