Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
10.2
Issue ID
1297991
Regression
No
ImGUI vector3 / vector2 alignment for short wided inspector break readability
Step to reproduce:
1 - Display an Inspector that show a Vector2 or a Vector3 using EditorGUILayout.PropertyField (example Collider)
2 - Shorten the wide of the Inspector to the minimal
Expected: All should remain on the same line as it is done in Transform
What happened: It is displayed on two lines for some component.
Additional notes:
- Transform also use a EditorGUILayout.PropertyField(SerializedProperty, GUIContent). I dunno exactly why it remains on one line. I suspect it is linked to the length of the labels.
- Also happens with EditorGUI.MultiFloatField(Rect, GUIContent, GUIContent[], float[])
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
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window
- Help box icon in "Tile Palette" window is blurry in both Unity themes
Resolution Note:
This issue is more design oriented that is subjective to users. Having all the fields in one line with a narrow inspector might not be practical/usable at times.