localization-specialist

Integrate Unity Localization package with String Tables, Asset Tables, and Smart Strings.

71|11|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/nlelouche/Unity-SkillForge --skill localization-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: localization-specialist
Source: https://github.com/nlelouche/Unity-SkillForge/tree/main/.agent/skills/07-tools-pipeline/localization-specialist
Command: npx skills add https://github.com/nlelouche/Unity-SkillForge --skill localization-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and templates (resource) components.

What problem does it solve?

This Skill streamlines the integration and management of the Unity Localization package, enabling seamless multi-language support for your game or application.

Core Features & Use Cases

  • Multi-language Support: Integrate Unity's Localization package for text and asset translation.
  • String & Asset Tables: Manage key-value pairs for text and assets across different languages.
  • Smart Strings: Handle dynamic content and pluralization within localized text.
  • CSV Workflows: Import and export localization data using CSV files for external translation.
  • Use Case: Easily translate all in-game UI text, character dialogue, and even regional asset variations (like flags or voiceovers) for a global audience.

Quick Start

Use the localization-specialist skill to get the localized string for the key 'MainMenu_Play' in the 'UI_Text' table for the 'es-ES' language.

Frequently Asked Questions about localization-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Unity Localization for multi-language support in my game?

Unity Localization setup involves integrating String Tables and Asset Tables to manage text and asset translations across languages. This Skill streamlines that process by configuring Unity's Localization package for seamless multi-language support.

Can I import and export localization data using CSV files in Unity?

Yes, you can import and export localization data using CSV files in Unity. This Skill provides CSV workflows for external translation, allowing you to manage String Tables and Asset Tables outside the engine and sync them back.

Does Unity Localization support dynamic text and pluralization for different languages?

Unity Localization supports dynamic text and pluralization through Smart Strings. This Skill handles Smart String integration to manage dynamic content and contextual rules within your localized text.

What's the best way to handle regional asset swapping in Unity?

Regional asset swapping in Unity is handled through Asset Tables. This Skill configures Asset Tables to swap assets like flags or voiceovers based on the selected language, ensuring regional variations load correctly.

Do I need Unity 6 to use the Localization package with zero GC allocation?

Yes, Unity 6+ is required to use this Localization integration with zero GC allocation targets in hot paths. This Skill adheres to Unity 6+ version requirements to ensure memory allocation goals are met during runtime.