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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
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.