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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
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