Localize UI not working on TMP Dropdown
Posted: Mon Jan 09, 2023 2:40 pm
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)
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)