Search Issue Tracker
Fixed
Fixed in 6000.3.0a1
Votes
0
Found in
6000.0.49f1
6000.1.4f1
6000.2.0b2
6000.3.0a1
Issue ID
UUM-105809
Regression
No
Adding "Color" Element in UI Builder breaks Color Picker
Steps to reproduce:
- Create new Unity project
- Create new UI Document in Project window
- Open new UI Document in UI Builder
- In UI Builder > Library enable "Editor Extension Authoring"
- Add Color Element to the Hierarchy
- Save changes
- Create UIDocument in Hierarchy window
- Add newly created UXML file to Inspector > Source Asset
- Enter Play mode
- In Game view press on white Color Picker value Element
- Observe the Color Picker window and Console window
Actual results: Color Picker UI is broken, warnings are thrown in the Console window - Unable to find style 'ColorPickerExposureSwatch' in skin 'GameSkin' <called outside OnGUI>
UnityEngine.UIElements.UIElementsRuntimeUtilityNative:UpdatePanels ()
Expected results: Color Picker window UI is not broken, no warnings are thrown in the Console window
Reproducible with versions: 6000.0.49f1, 6000.1.4f1, 6000.2.0b2
Tested on (OS): Windows 11
Notes:
- This also breaks Color Picker in other windows, for example select Directional Light in Hierarchy window > in Inspector window find Light component > Filter > open Color Picker
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment