I could really do with some help trying to get this package working, here are my steps with a clean install of Unity on a new project.
Unity: 2021.1.0f1
Addressables: Version 1.16.16 - January 27, 2021
Localization: Version 0.10.0-preview - January 26, 2021
Steps tried:
Create a new project (2D Template - not sure if this matters)
Add the localization package (com.unity.localization)
Import the UGUI sample
Addressables package already at latest version
Open the Build Settings and add the UGUI sample scene
Create the Localization Settings
Add languages, e.g. English, French, Spanish
Test scene in Play mode - Works!
(Info message: The Locale ‘en-GB’ is not available, however the parent locale ‘en’ is available. - not sure if this matters either)
Build and Run to Windows #1 - fails with ‘No Locales Available’
Build the Addressables (Addressable Groups > Build > New Build > Default Build Script)
Build and Run to Windows #2 - fails with ‘No Locales Available’
Set the Locale Groups Bundle Naming setting to ‘Append Hash’
Clean and Rebuild Addressables
Build and Run to Windows #3 - fails with ‘No Locales Available’
Project Settings > Localization > Add All
Clean and Rebuild Addressables
Build and Run to Windows #3 - fails with ‘No Locales Available’
I notice in Unity 2021 you can no longer downgrade packages so Addressables 1.16.16 is my only option…
What am I missing here? I think I have everything covered from this thread .
Just tried Unity 2021.1.2f with 0.11.0-preview and still have the same issues.
Hoping we don’t have to wait too long for the bug fix to make it to a non-alpha build.