Search Issue Tracker
By Design
By Design in 6000.0.X
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
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
Resolution Note:
Problem with user property drawer code.
Resolution Note (6000.0.X):
Problem with user property drawer code.