The same problem is in the Examples..
It seems like the Thumb is always placed in the center of the Foreground..
Isn´t there a way to create a slider or scrollbar, where the thumb is at the outer edge of the bar, instead of this worng placed thing?
Edit: ugly workaround:
• Slider Main (UISlider, Background Sprite, Foreground Sprite, Thumb)
• • Background Sprite
• • Foreground Sprite with alpha 0, offset of Y -248
• • Foreground visible Graphic, with Y offset of -232 and no affect to the slider - just to show the red inner
• • Thumb (with BoxCollider)
It´s a bit stupid to need a transparent graphic as Foreground, to adjust the Thumb position, and a visible Foreground, to show something ._.