Search Issue Tracker
By Design
Votes
0
Found in
2020.2.0a13
2020.2.0a16
Issue ID
1260904
Regression
Yes
Array elements' content does not align with other fields in the Inspector window
How to reproduce:
1. Open the attached 'project-1260904.zip' project
2. In the Hierarchy window select 'Cube'
3. Observe the 'Materials' list in the Inspector window
Expected result: the content of the array elements line up with other fields in the Inspector window
Actual result: the content of the array elements does not line up with other fields in the Inspector window
Reproducible with: 2020.2.0a13, 2020.2.0a17
Not reproducible with: 2018.4.25f1, 2019.4.3f1, 2020.1.0b15, 2020.2.0a12
-
Peter77
Jul 16, 2020 16:30
Related forum thread:
https://forum.unity.com/threads/thank-you.904778/#post-6057473
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
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
- Inspector Asset Bundle section has no indication for Variants, AssetBundle is written without a space, and Variant dropdown menu is available without setting the Asset Bundle first
- Graphics.DrawProceduralIndirect and Graphics.DrawProceduralNow silently dropped on DX12
Resolution Note:
This alignment is a result of our new list control drawing elements heavily indented. It needs space for graphical elements, drag handles, and expand controls thus the indentation is much more pronounced than in legacy control and this leads to data fields shifting right.