Search Issue Tracker
Not Reproducible
Votes
1
Found in
4.6.0b17
Issue ID
627732
Regression
No
In UI Slider when you have value set to 0, there is still some filled area left
To reproduce this bug:
1. Create a new project
2. Create UI->Slider
3. Remove Handle Slider Area ( Canvas-> Slider-> Handle Slider Area)
4. Change Slider's value to 0
5. Notice there is still some filled area left even though the value is 0
Expected: there should not be any filled area left when the value is 0
Comments (3)
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
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
cicmanma_unity
Mar 15, 2020 13:13
Ecke's answer still working in 2019.3.2f1!
Thank you man. As unbelievable as it sounds, it actually works.
brunopava
Jun 09, 2015 19:04
You can adjust the Rect Transform left/right top/bottom properties of the "Fill" object.
As for the Handler, you can simply deactivate it on hierarchy.
Ecke
Aug 23, 2014 13:24
Open the child object "Fill Area" and also its child "Fill" and set the "Width" of the "Fill" gameobject to 0. (default 10), then there will be no filled area left.