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
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
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.