Search Issue Tracker
By Design
By Design in 6000.5.X
Votes
0
Found in
2022.3.69f1
6000.0.62f1
6000.2.13f1
6000.3.0f1
6000.4.0a5
6000.5.0a1
Issue ID
UUM-127271
Regression
No
UI Builder Progress Bar Element background color does not change in the Viewport
Reproduction steps:
1. Create a new project
2. Create UI Document (Create > UI Toolkit > UI Document)
3. Double-click on newly created Asset to open UI Builder
4. Drag and drop Progress Bar Element to Hierarchy
5. Change the background color of the Progress Bar in the Inspector
6. Observe the Progress Bar in the viewport
Actual result: Background color does not change in the viewport
Expected result: Background color updates and displays correctly in the viewport
Reproducible with: 2022.3.69f1, 6000.0.62f1, 6000.2.13f1, 6000.3.0f1, 6000.4.0a5, 6000.5.0a1
Reproduced on: macOS Tahoe 26.1 (M4)
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
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Resolution Note:
When changing the background color of the ProgressBar, using the UI Toolkit debugger, you can see that the color has been updated. It doesn't show up in the Viewport of the UI Builder because the ProgressBar has a child that acts as the background.
So to change the background color of the ProgressBar, you will need to create a selector targeting the .unity-progress-bar__background uss class instead.
Resolution Note (6000.5.X):
When changing the background color of the ProgressBar, using the UI Toolkit debugger, you can see that the color has been updated. It doesn't show up in the Viewport of the UI Builder because the ProgressBar has a child that acts as the background.
So to change the background color of the ProgressBar, you will need to create a selector targeting the .unity-progress-bar__background uss class instead.