Anyone have a suggestion on how to make Up and Down arrows on the VerticalScrollbar (at the end points)? I was going to do something to a GUIStyle and attach it but I’m open to suggestions.
If you are using a standard ScrollView along with a GUISkin all you need to to do is to provide an image for the “Normal” State in the entries “Vertical Scrollbar Up Button” and “Vertical Scrollbar Down Button”.
I have never used GUISkin before, I have just used GUIStyle. If it much different?
A GUISkin is a collection of GUIStyles that define the drawing for GUI and GUILayout calls. Basically a Skin allows you to standardize how all Buttons, Labels, Windows, Checkboxes(Toggles), Vertical Sliders, Horizontal Sliders, etc… are drawn. It takes a bit to understand what all of the options do, but it is well worth the investment.
Reference: