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
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
- URP Material Upgrade utility does not enable Alpha Clipping when material had Rendering Mode set to Cutout
- Error "InvalidCastException: Specified cast is not valid." logged when adding the MemoryUsageBreakdown Element to the Hierarchy in UI Builder
- Particle System emission ignores the Sprite Atlas when using a Material that has the "Include in Build" setting unchecked
- [Android] [Windows] The frame buffer is replaced incorrectly when using Framebuffer Fetch
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.