I have been searching for HOURS in how to create a button for my game. A lot of forums suggest GuiButton and Texture; my Teacher suggest GuiText and Texture…I have no clue in what to do.
I have created a button in png using GIMP, can I use it for a button? if so, how can i incorporate it?
I’m using C# scripting for my android game.
Thanks in advance
Are you using OnGUI or 4.6 UI? The technique is quite different. UI is probably easier, if you are allowed to use it.
– Kiwasi