Search Issue Tracker
By Design
Votes
0
Found in
2022.2.0a18
2023.1.0a1
Issue ID
UUM-8253
Regression
Yes
The themes are not accessible when using UI Builder
Reproduction steps:
- Open the “UIBuilderBugs.zip” project
- Create and open a new UI Document
- Observe themes
Expected result: Dark Theme is part of the theme selection options
Actual result: Only the Default theme is shown
Reproduced with: 2022.2.0a9, 2022.2.0a18, 2023.1.0a1
Not reproduced with: 2020.3.36f1, 2021.3.36f1, 2022.1.8f1, 2022.2.0a8
Reproducible on: macOS 12.4 (Intel)
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note:
Since 2022.2, we have modified the UI Builder theme dropdown to show only what makes sense with the current document's "Editor Extension Authoring" setting.
In short: if this mode is enabled, we show all themes that are available in the Editor; if disabled, we show all themes that are available at runtime.
In the default mode (Editor Extension Authoring mode is not checked), only the Default Runtime Theme is available (plus any other custom theme), so you won't see Dark or Light themes, because these don't apply at runtime.