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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.