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
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is shown when launching a freshly created project
- Editor Windows dragging behavior is erratic/glitchy when a specific multi-display setup is used and the Editor window is not on the main display
- Meta Quest missing an icon in Build Profiles window in U6.0
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
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