Localize
7 tools in this family (folder Editor/Tools/Localize/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
localize_clone_voice | writes | Clone a voice using ElevenLabs Instant Voice Cloning. |
localize_export_unity_localization_package | writes | Write translated strings into Unity Localization StringTableCollection. |
localize_extract_strings | read-only | Scan every asset in the project and extract all human-readable strings |
localize_set_voice_profile_for_npc | writes | Bind a TTS voice to an NPC by ID. Saves to Tests/AutoPlay/localize/voice_profiles.json. |
localize_translate | writes | Translate an array of localization entries to a target language using the |
localize_validate_coverage | read-only | Validate localization coverage across one or more target languages. |
localize_voice_act | writes | Synthesize speech for a localized string using a TTS provider. |