Search Issue Tracker
By Design
Votes
0
Found in
6000.0.37f1
6000.1.0b5
6000.2.0a1
Issue ID
UUM-97000
Regression
No
[SW-unity-6-1] UI Builder has inconsistent bolding of fields when changing values in the Inspector
Steps to reproduce:
1. Create a project
2. Open UI Builder (Window → UI Toolkit → UI Builder)
3. Add any element to the hierarchy
4. Go to the “Flex” attribute in the Inspector.
5. Change the value of "Grow" attribute and notice the bolding of the field.
6. Go to the "Size" attribute in the Inspector
7. Change the value of "Height" attribute and notice the bolding of the field.
8. Go to the "Background" attribute in the Inspector
9. Change the value of "Height" attribute and notice the bolding of the field.
Expected result: Fields and values which are bolded after making a change are consistent between different fields
Actual result: In all 3 scenarios above, the highlighting is different
Reproducible in: 6000.0.37f1, 6000.1.0b5, 6000.2.0a1
Could not test in : 2022.3.57f1 (Attribute Background does not have a Size field)
Reproducible on: Windows 11, MacOS 15.3 (M4) (By the user)
Not reproducible on: No other environment tested
Notes:
The behavior after changing Grow in Flex:
Grow is highlighted, while Shrink is not.
Attribute name became highlighted
Field of the attribute (Basis) is not highlighted
The behavior after changing Height in Size:
The changed field (Height) is highlighted, while (Width) is not.
The attribute (Size) is highlighted and the field (Size) of the attribute is also highlighted.
The behavior after changing Height in Background:
Everything is highlighted. (Height, Width, Size, Background)
Images attached.
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 is expected behaviour.
The width and height inside the Size section are shown on the same line, but they are two different style properties.
The same happens for the shrink and grow inside the Flex section, they are shown on the same line, but they are two different style properties.
The size inside the Background section is different because here the width and height is part of the same style property.
These style properties can be viewed inside the uxml/uss preview section.