Search Issue Tracker
By Design
Votes
0
Found in
2021.3.37f1
2022.3.24f1
2023.2.19f1
6000.0.0b15
Issue ID
UUM-70632
Regression
No
The third and later list elements are displayed incorrectly when they are expanded
How to reproduce:
1. Open the “sample.zip” project.
2. Select the “Assets/Sample Project/Data/Sample Scriptable Object.asset” Asset in the Project Window
3. Add and Expand at least three root elements (of the list “List“) in the Inspector
4. Observe the Inspector
Expected results: All element property fields are displayed correctly
Actual results: The third and later elements only display the “Data“ property field
Reproducible in: 2021.3.37f1, 2022.3.24f1, 2023.2.19f1, 6000.0.0b15
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
Notes:
- This affects only the expanded objects, so, if one of the correctly displayed elements is shrunk, the first two expanded elements are displayed correctly
- This issue is likely caused by the custom property drawers, If they are removed, the “Data“ property fields will not displayed at all (as is expected), but all other fields will be displayed correctly
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
- Input field does not update when selecting the same input field after previous input was canceled
- No warning thrown when modifying array size while editing multiple objects
- Root Motion Node option does not revert when changing the selection and clicking "Revert" in Inspector
- VFX Graph prefabs are not fully instanced when they are instantiated via a script
- All 2026-promoted builds incorrectly display outdated copyright year © 2025 instead of © 2026
Resolution Note:
Problem with user property drawer code.