Unity 5 - My slider handle isnt aligned with my slider
Hey everyone! I'm working on the UI for a game, but I've come across an error where the handle for the slider is always half of the value's total length to the left from the slider's current fill value. So if the slider is empty, the handle will be entirely off to the left side, off of the slider.
I use a script on the sliders in order to change their values in script, but I don't think this should do anything. Does anyone have a solution?
Comment