Page 1 of 1
How to enable TMP on Text Table?
Posted: Sun Oct 03, 2021 6:35 pm
by DryreL
Hi,
I cannot drag the
TMP Text to Localizate UI's Text Table. Normal Text works tho, what should I do?
- image_2021-10-04_013451.png (8 KiB) Viewed 436 times
Re: How to enable TMP on Text Table?
Posted: Sun Oct 03, 2021 7:00 pm
by Tony Li
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.
Re: How to enable TMP on Text Table?
Posted: Sun Oct 03, 2021 7:35 pm
by DryreL
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?
Re: How to enable TMP on Text Table?
Posted: Sun Oct 03, 2021 9:01 pm
by Tony Li
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?
Posted: Mon Oct 04, 2021 5:53 am
by DryreL
Okay thanks!