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
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
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.