Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
1.8.3
Issue ID
ADDR-1232
Regression
No
Asset References are not restricted when AssetReferenceUILabelRestriction attribute is used on a private Serialized Field
How to reproduce:
1. Open the attached project "case_1247748-Addressables"
2. Open the Scene "SampleScene"
3. Select the GameObject "Test" in the Hierarchy
4. Open the dropdown of Addressable Assets of the field "Sprite Reference With Label Restriction Private" in the Test (Script) component in the Inspector
Expected results: only Addressable Assets of the "group2" are shown and can be selected
Actual results: all Addressable Assets are shown and can be selected even though the field has a label restriction of "group2"
Reproducible with: 1.8.3 (2018.4.23f1, 2019.3.14f1, 2020.1.0b9, 2020.2.0a11)
Notes:
1. It is not reproducible when Serialized Field is public
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note:
AssetReferenceUILabelRestriction attribute works as expected.
The issue is not reproducible from version 1.9.2 and above