Multiple addressable groups for the same language

Hello! I have recently migrated my project from unity 2019 to unity 2021 and I am running into a problem with the localization package…

The problem is that new groups have been created for each of the languages (with the same name but the abbreviation in parentheses at the end) and the new string tables that I create are assigned to these. How can I do to unify the groups into one for each language?

I attach an image to better understand my problem

greetings!

You can configure the addressables rules to control what group each asset goes Into
https://docs.unity3d.com/Packages/com.unity.localization@1.4/manual/Addressables.html

Once you are happy run the analyzers to update everything.

1 Like

Brilliant! Thank you so much. That fixed my problem!

1 Like