Hi,
Few months ago I made I implemented Localization package into my project. Today I wanted to add some new buttons to my game but after I build a game there is no text only “No translation found for ‘’ in UI” (there is no text between ‘’ but it’s set in Inpsector. It works just fine in the Editor but not in Build. Strings added few months ago work fine.
Any ideas?
EDIT: I fixed Localization rules in Addressables Analyze, but it’s still not working
EDIT 2: I added another table for testing purposes and it also doesn’t work. I was trying different settings of Addressables and Localization but nothing seems to work.
EDIT 3: I did it! I made a New Build in Addressables Groups and now it works.
I think this is an issue with updating the addressable package, it broke some of the build and load paths so creating a new group would likely be one way to fix it.