Search Issue Tracker
Fixed in 2021.2.X
Votes
2
Found in
2018.4
2019.4
2019.4.15f1
2020.1
2020.2
2021.1
Issue ID
1297283
Regression
No
EditorGUI.RectIntField fields have different Width and Height compared to other fields
Reproduction steps:
1. Download and open the attached project "RectIntTest.zip"
2. Open scene 'SampleScene'
3. Select GameObject 'TestObject' in Hierarchy
4. Observe the Inspector
Expected result: EditorGUI.RectIntField fields created by script 'TestRectInt.cs' have the same Width and Height as fields in the Transform section
Actual result: EditorGUI.RectIntField fields created by script 'TestRectInt.cs' have different Width and Height compared to fields in the Transform section
Reproducible with: 2018.4.30f1, 2019.4.17f1, 2020.1.17f1, 2020.2.0f1, 2021.1.0a9
Notes: In 2018.4.30f1 Width of fields are the same compared to others (Transform, etc.), but there is no gap between fields (Height issue)
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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a4