Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.1 KB

unity-localised-line-provider.md

File metadata and controls

15 lines (11 loc) · 1.1 KB

Unity Localised Line Provider

Unity Localised Line Provider is a Line Provider that fetches localized text and assets for a line of dialogue from a String Table and optionally from an Asset Table, based on the project's current localization settings.

{% hint style="info" %} Use this Line Provider if you are using the Unity Localisation system. If you are using the Built-In Localisation system, use the Text Line Provider or the Audio Line Provider instead. {% endhint %}

Inspector

Property Description
Strings Table The String Table Collection containing localised line text. See Unity Localization to learn how to populate it with your project's dialogue.
Assets Table (Optional) The Asset Table Collection containing localised assets. If an Asset Table is provided, then the Unity Localised Line Provider will fetch localised assets for each line, based on the line's ID.