Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Pawel on August 23, 2013, 11:17:24 AM
-
I see that GUI slider Thumb Style & Slider style use string as variables, but what do they do? How do you use Styles?
I'd like to replace the track and the thumb visuals on slider -- How do I go about it?
-
The styles parameters are named styles in a GUI Skin.
You can make your own GUISkin in the Unity editor:
http://docs.unity3d.com/Documentation/Components/class-GUISkin.html
Then set the skin in Playmaker using Set GUI Skin
Then specify named styles to use in any of the GUI actions.
-
Thanks Alex. This was a big help! Some of the Unity inner workings are so counter intuitive... :-\