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
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
- [macOS] RenderTexture with 8 Sample Anti-Aliasing fails to render
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.