Hello, I’m using Unity localization package. I already have string table, but why is my localized string selector is empty? It worked fine in my other project. I don’t know what went wrong. Already restarted unity many times.
What should I do?
making new entry for the table through the menu is possible, but selecting option from existing menu is not (because it’s empty)
2 Answers
2
Fortunately, there is another solution. By not using the Search Picker.
In Edit > Preferences > Localization, uncheck Asset Search Picker and String Search Picker.
There it is.

I also have this issue. Don’t want to downgrade the package as we’re already using it for strings across our whole game. I’m on version 1.3.1. I can see that i can update to 1.3.2 not not option for a 1.4.5
Edit: I went with “making new entry for the table through the menu is possible” as higestudio mentioned to get something working
This is a bug in the selector. If you start to type something items will appear. You can also update to the latest package (1.4.5) which is fixed.
– karl_jonesI typed something but nothing appeared. Typed key, and their string value. I installed this plugin just few hours earlier. its version 1.3.2. I cannot find update button anywhere. Also there is no 1.4.5 when I pressed the changelog button. https://docs.unity3d.com/Packages/com.unity.localization@1.3/changelog/CHANGELOG.html UPDATE: i found from a youtube comment, I need to downgrade the package instead. I think I'll just do that.
– higestudioThis was a bug. We have fixed it in the latest version 1.5.1.
– karl_jones