unity-localization

Automate Unity game localization with string and asset pipelines.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/tranvietanh0/StackTheRing --skill unity-localization-tranvietanh0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-localization
Source: https://github.com/tranvietanh0/StackTheRing/tree/main/.claude/skills/unity-localization
Command: npx skills add https://github.com/tranvietanh0/StackTheRing --skill unity-localization-tranvietanh0

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of localizing Unity games, simplifying the process of translating strings, assets, and managing locales.

Core Features & Use Cases

  • String and Asset Localization: Offers a full pipeline for translating strings and assets, including smart strings and locale management.
  • Integration: Seamlessly integrates with popular Unity tools and systems like TMPro and Addressables.
  • Use Case: A game developer needs to add support for additional languages. This Skill can automate the process of localizing text, graphics, and audio for multiple locales.

Quick Start

Install the Unity Localization package via Package Manager and configure it with the appropriate locales and string tables.

Frequently Asked Questions about unity-localization

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

FAQPage Schema
How do I add multiple language support to a Unity game?

Unity game localization automates the translation of strings and assets for multiple locales. It provides a full pipeline including locale management and smart strings to handle multiple languages.

How do I manage Unity locale strings and assets for translation?

You manage Unity locale strings and assets through a localization pipeline that handles string tables and asset translation. This system utilizes smart strings and integrates with Unity tools to organize localized content.

Does Unity localization work with TMPro and Addressables?

Yes, Unity localization integrates seamlessly with TMPro and Addressables. This integration allows developers to manage localized text and load localized assets efficiently across different locales.

What is the best way to set up Unity localization for new locales?

The best way to set up Unity localization is to install the Unity Localization package via the Package Manager. Configure it by setting up the appropriate locales and string tables to begin translating content.

What are smart strings in Unity game localization?

Smart strings in Unity game localization provide advanced formatting for translating text dynamically. They allow developers to embed variables and pluralization rules directly within the string tables for accurate translations.

Can I automate the translation of graphics and audio in Unity?

Yes, you can automate the translation of graphics and audio in Unity using a comprehensive localization pipeline. This process manages asset localization alongside string translation to support multiple locales.