|
i want to make a imaged/labeled button. image - text, what is i need to use?
(comments are locked)
|
|
You could publish the GUIContent it would use. This allow you to set text, an image and a tooltip. If you don't want to use text or tooltip, just leave them out.
If you rather want to make a button with a custom style, you could either make a new style in a GUISkin or define the style directly on the script.
Or with a custom skin/style:
(comments are locked)
|
(comments are locked)
|
