I’m having a lot of problems controlling the look of the GUI. Altough I can create a styles from scratch which is ok for some things , I’m often quite happy to use the existing Skin with my own tweaks. And cloning a style and modifying it generally works for me but not for all things.
Questions and Problems I’m facing:
- I can’t seem to turn off the onHover behaviour. I tried modifying the GUI.skin.button.onHover directly. Basically I want to turn onHover off.
- I can’t figure out how certain things are created in the default skin. How do they achieve the round corners? It doesnt seem to be a background image as it scales really well and the corners are always a consistent size.
- Is it possible to clone the default GUI skin so its a visible entity in the inspector (I’m sure I saw post about this somewhere some time back but cannot find it)