Hello everyone. I have a camera and this simple score.js attached to it.
function onGUI(){
GUI.Label(Rect(10,10,30,30),"score test");
}
Why doesn’t score test show up when I run the game?
Hello everyone. I have a camera and this simple score.js attached to it.
function onGUI(){
GUI.Label(Rect(10,10,30,30),"score test");
}
Why doesn’t score test show up when I run the game?
Should be “OnGUI” instead of “onGUI”. That’s the only problem I can think of.