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
- Additional empty space becomes visible under "Scripts" in the "Add Component" window
- Longer component titles overlap navigation arrow in the "Add Component" window
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a4