Hi,
I cannot drag the TMP Text to Localizate UI's Text Table. Normal Text works tho, what should I do?
How to enable TMP on Text Table?
Re: How to enable TMP on Text Table?
Make sure you've enabled TextMesh Pro support (Welcome Window > TMP_PRESENT checkbox).
If TextMesh Pro support is on, then it should localize.
Note: LocalizeUI only checks for TextMeshProUGUI components. In the next release, it will also check for non-UI TextMeshPro components.
If TextMesh Pro support is on, then it should localize.
Note: LocalizeUI only checks for TextMeshProUGUI components. In the next release, it will also check for non-UI TextMeshPro components.
Re: How to enable TMP on Text Table?
Hi,
Thanks it worked.
I have one more question. Can I use multiple text tables (main menu, UI menu, inventory menu etc..) or only one?
Thanks it worked.
I have one more question. Can I use multiple text tables (main menu, UI menu, inventory menu etc..) or only one?
- Attachments
-
- image_2021-10-04_022933.png (17.84 KiB) Viewed 435 times
Re: How to enable TMP on Text Table?
You can use multiple text tables by assigning them directly to the LocalizeUI components. If no text table is assigned to a LocalizeUI component, it will use the text table that's assigned to the Dialogue Manager's Localization Settings.
Re: How to enable TMP on Text Table?
Okay thanks!