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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.