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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
Problem with user property drawer code.