|
How do I set up an invisible Button? On click to jump.
(comments are locked)
|
|
from OnGUI (using normal rect positions for button):
from Update (the rect needs to be defined with bottom left of the screen at 0,0):
(comments are locked)
|
|
Create a GUIskin or GUIStyle with the texture of the Button as a fully transparent. The button will be invisible but will retain all normal Button functionality.
(comments are locked)
|
