Search Issue Tracker
By Design
Votes
0
Found in
2022.2.0a9
Issue ID
1413697
Regression
Yes
[UIToolkit] Element display is broken in UI Builder
Steps to reproduce:
1. Create a new uxml in the UI Builder
2. Drag in a Vector2/3/4 field
Reproducible with: 2022.2.0a9
Not reproducible with: 2022.2.0a8
Actual result: see the attached screenshot
Expected result: should look like it used to look in earlier versions
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
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
Resolution Note:
This is working as designed. A few notes:
We have changed (from the original FogBugz issue 1402313) the way the Builder behaves by default. Mainly:
- We have removed all Editor-specific themes from the dropdown list by default, which means that if the user hasn’t checked the “Editor Extensions Mode” toggle in the Canvas parameters, the Default Editor theme should not be available anymore
- The default theme for a new Builder document is now Default Runtime Theme (unless Editor Extensions Mode is enabled)
- That runtime theme doesn’t have the same style property settings as the default editor theme (that includes the Vector 3 field which is showing in a different flex direction than the editor styles for example)
- By default, since the canvas size is rather small, the Vector 3 field might look a bit weird, but it’s not broken. You can adjust the size of the canvas to see how the field behaves