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)
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