Hello.
What’s the correct way to control the size of the thumb in the GUI.HorizontalSlider (and GUI.VerticalSlider) function? I want it wider than the default thumb. I’ve tried giving it a GUIStyle and editing the border, padding, margin, overflow, and fixed width values, but none of them produced desirable results:
If I change the overflow value, I can make the thumb look bigger, but when interaction is concerned, only the small default area is still considered. Same with fixed width.
Thanks for any response!