Unity Issue Tracker - Property Field has inconsistent indents when it's called with EditorGUI.PropertyField function
Fixed
UUM-35561
Property Field has inconsistent indents when it's called with EditorGUI.PropertyField function
Unity: IMGUI Controls
Open
6.0.X
Fixed
2023.3.X
2022.3.X
Won't Fix
2023.2.X
2023.2.0a5 onwards
Cancelling this 2023.2 tech release issue since the support for this release has come to end of life. Cancelling this 2023.2 port case does not affect any LTS or Unity 6 Beta/Preview that remain open.
Reproduction steps:
1. Open the attached “EditorGUI.PropertyField indent bug.zip“ project
2. Open the “Test” scene
3. Select the “GameObject” GameObject and observe the “Test (script)” Component
Expected result: “Data 1” and “Data 2” Property Fields are indented the same
Actual result: “Data 2” Property Field is indented more than “Data 1” Property Field