I’m trying to use a slider without handle as a non-interactable progress bar, controlled by a script.
When the slider is horizontal (LeftToRight or RightToLeft), the fill bar never disappears at min value (possibly due to the expected handle position?). When vertical, it works as expected.
Here’s a picture:
Is this something that could be expected to be changed, or should I just use a custom progress bar?
Currenty experiencing the issue where the fill area is not depleting completely when you hide the scrubber.
The mentioned solution works but this is because you are literally setting the width/height to 0 and just hiding the fill area.
There is another issue where the fill area is being stretched, but due to nature of my assets they need to be masked instead of resized. You can see it in the first image where the fill area is a square, or so it seems. In the second image is the fill area at full (it even overshoots the background). It looks as expected though because the fill area is no longer “squeezed” tight.