Do scrollbar up/down buttons work when using GUI.BeginScrollView?

In the skin I’m using, I’ve set images for Vertical Scrollbar, Vertical Scrollbar Thumb, and Vertical Scrollbar Up/Down Buttons.

When I use GUI.BeginScrollView, it correctly shows my images for the scrollbar and the scrollbar thumb, but no up or down buttons.

Am I missing something?

Thanks!

(Unity 3.5.7f6)

I’ve had the exact same problem long time ago with scrollviews and also thought this was a bug. At the end it was my own error.

You just have to carefully name all parts of the scrollbar skin. Also look for op/down buttons sizes (you should use fixed sizes).

No bugs there - everything is skinnable.

Ah ha! Perfect, thank you so much! I had the names correct, but was not specifying button sizes. (Would be nice if the docs mentioned this somewhere!)

Cheers!