Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.0.0-pre.9
Issue ID
LOC-210
Regression
No
[Localization] "Add Schema" button is missing for Localization Addressable Asset Group
How to reproduce:
1. Open the user's attached project and Menu scene
2. In the Project window, select AddressableAssets/Data/AssetGroups/Localization-Locales asset
3. Observe the Inspector window
Expected result: there is an "Add Schema" button
Actual result: "Add Schema" button is missing
Reproducible with: 0.10.0-preview - 1.0.0-pre.9 (2018.4.36f1, 2019.4.28f1, 2020.3.12f1, 2021.1.11f1, 2021.2.0a19)
Comments (1)
-
Peter77
Jun 26, 2021 04:31
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
The Localization system marks Addressable groups as readonly, a readonly group will prevent changes to the contents and the schemas by design.
It is possible to change the Localization systems default behavior by creating an [Addressable Group Rules](https://docs.unity3d.com/Packages/com.unity.localization@1.0/manual/Addressables.html#addressable-group-rules) asset and changing the Read Only field to be unset.
The Addressables team will consider improvements to the read only behavior in the future.