Search Issue Tracker
By Design
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.