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
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
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.