Hi,
I am making a shop menu for a part of the game. I intended to make the shop menu out of different clickable buttons for different items. Each button is an image with a shop item and price on it. If the user wants to buy an upgrade, they click the picture, and it deducts that value from their cash.
I have made the following image: http://i.imgur.com/VNf2fHJ.png which is to be used as the first button.
The image is assigned via unity's inspecter onto the c# script...
GUI button does not display texture
I am making a shop menu for a part of the game. I intended to make the shop menu out of different clickable buttons for different items. Each button is an image with a shop item and price on it. If the user wants to buy an upgrade, they click the picture, and it deducts that value from their cash.
I have made the following image: http://i.imgur.com/VNf2fHJ.png which is to be used as the first button.
The image is assigned via unity's inspecter onto the c# script...
GUI button does not display texture