Search Issue Tracker
Fixed
Fixed in 2022.3.62f1, 6000.0.48f1, 6000.1.0f1, 6000.2.0a10
Votes
0
Found in
6000.0.0b11
6000.1.0a7
6000.2.0a1
7000.0.0a1
Issue ID
UUM-48533
Regression
Yes
Slider tracker is incorrectly affected by playmode tint
h1. Summary
When in play mode in the editor, the tracker line in the [Slider|https://docs.unity3d.com/ScriptReference/UIElements.Slider.html] UI element changes to a very light, almost invisible color that is not consistent with other UI elements, notably the [MinMaxSlider|https://docs.unity3d.com/ScriptReference/UIElements.MinMaxSlider.html]. This is especially noticeable in light mode
h2. Steps to reproduce
# Make sure the playmode tint color ({_}Settings->Colors->Playmode tint{_}) is *_not_* set to FFFFFF
# Open the attached project _SliderTrackerColorTest_
# Click _SliderTest->Open window_
# Observe the color of the trackers of the two different slider types
# Enter playmode
# Observe the color of the trackers of the two different slider types
Play around with the playmode tint while in playmode. If the tint is completely black, the slider tracker will be the only thing visible (white).
h2. Actual results
The color of the tracker on the standard slider is the same as the color of the tracker on the minmax slider (i.e. darker).
h2. Expected results
The color of the tracker on the standard slider is the same as the color of the tracker on the minmax slider (i.e. darker).
h2. Reproducible with versions
2022.3.31f1, 6000.0.5f1
h2. Not reproducible with versions
2021.3.39f1
h2. Can’t test with versions
7.xxxx
h2. Tested on (OS)
macOS Sonoma 14.5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [WebGL] Build fails with "System.IO.IOException: The file is too long." when building with an asset that is over 2GB
- Audio Random Container stops looping when Time parameter is enabled
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
Add comment