Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.18f1
2022.2.6f1
2023.1.0b3
2023.2.0a1
Issue ID
UUM-26696
Regression
Yes
The value of a property in an element that is in an array cannot be changed when in Project Settings
Reproduction steps:
1. Open the “SettingsProvider-IMGUI-bug“ project
2. In Project Settings navigate to the “Bug/Sample” tab
3. Expand the “Multi Level Tester 2“ array
4. Expand “tester_2_1” and try to change any of its values (e.g. Name)
Expected result: the values can be changed
Actual result: the values cannot be changed
Reproduced in: 2020.2.0a13, 2021.3.18f1, 2022.2.6f1, 2023.1.0b3, 2023.2.0a1
Not reproduced in: 2020.2.0a12, 2020.3.45f1
Reproduced using: macOS 13.0.1 (Intel), Windows 11 (by reporter)
Note: fields work as expected in Inspector when selecting the “SampleSO” ScriptableObject
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
- Beyond Compare 5 is not supported by Yaml Merge
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
Resolution Note:
The fix for this issue is risky so we recommend either using [NonReorderable] attribute or using activateHandler and initialize asset editor as InspectorElement.
It is worth mentioning that the latter workaround will not require reworking asset Editor to UI Toolkit so the solution won't take up too much time.