Hi, i'm the final process of localizing my game and all that's left is adding localization to the dropdown's options.
If I understood correctly, you only need to add the Localize UI component to the dropdown, and it will use the options text as field names for localization, right?
I've set up everything corretly, and the component throws this error: "Localize UI didn't find a localizable UI component on Quality Dropdown."
My GameObject's inspector looks like this:
Safe to say, TMP_PRESENT is enabled.
I took a look at the component code and it seems that it doesn't look for TMP dropdowns at all, just regular ones? (Maybe tmp's dropdown extends from the regular one and I dont really know what i'm talking about)
Localize UI not working on TMP Dropdown
Re: Localize UI not working on TMP Dropdown
It's been added for DS version 2.2.34. Here's a patch for the current 2.2.33 release:
DS_LocalizeUIPatch_2023-01-09.unitypackage
DS_LocalizeUIPatch_2023-01-09.unitypackage
-
- Posts: 7
- Joined: Wed Jan 04, 2023 11:51 am
Re: Localize UI not working on TMP Dropdown
Thanks! Works like a charm.
Re: Localize UI not working on TMP Dropdown
Glad to help!