I have my game but how will i put it on a website any where is ok but im having diffclty actually finding a place where i can put it
Also there seems to be an error in this code becuase it wont work can anyone help me
var customSkin:GUISkin;
function onGUI() {
if(GUI.Button(Rect(0,0,100,50),“Play Game”)) {
print(“you clicked me”);
}
}
Thanks