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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
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.