Search Issue Tracker
By Design
Votes
0
Found in
2021.1.0a1
2021.1.18f1
2021.2
2022.1.0a2
Issue ID
1362061
Regression
Yes
Cannot update nested children of Serialized Class when in Custom Editor Window
How to reproduce:
1. Open the user-submitted project
2. Select the "Editor Window Bug" Menu Item (Window > Unity Bugs > Editor Window Bug)
3. Enter the word "one" in the "Prop Top" Title field
4. Add an element to the "Middle Prop List" and enter the word "two" in the "Element 0" Title field
5. Add an element to the "Bottom Prop List" and enter "three" in the Title field
Expected result: All three titles are entered and stay in the "Title" fields
Actual result: Title cannot be added to the element in "Middle Prop List", element cannot be added to the "Bottom Prop List"
Reproducible with: 2021.1.0a1, 2021.1.18f1, 2021.2.0b9, 2022.1.0a2, 2022.1.0a7
Not reproducible with: 2019.4.29f1, 2020.3.17f1, 2022.1.0a1
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note:
An unintended behavior of Reorderable Lists was removed that would instantly apply changes done to the list. This would break the ability for users to execute a "delayed" GUI functionality where changes would be made and then applied with an "Apply" button. It is up to the user to have checks in their code to apply the changes.