Basic Setup
Documentation for Basic Setup in the D.A. Localizator, covering setup, configuration, workflows, and troubleshooting for Unity projects.
1
2
The asset supports localization of three types of text components.
Here are the corresponding localizers for them:
- UnityEngine.UI.Text — UITextLocalizator.cs
Assigns the text to the built-in Text component provided by Unity.
- TMPro.TMP_Text — TextMeshLocalizator.cs
Assigns the text to the TextMeshPro components that inherit from the TMP_Text class.
- DA_Assets.UEL.UitkLabel — UitkLocalizator.cs
Assigns the text to UIToolkit text components using bindings provided by the "UIToolkit Element Linker" asset.
3
5




