I simply use this code to show my score even not using any variable its not showing? Although it works well in the tutorial I’m watching…
I’m a bit confused. Thank You…
function OnGui()
{
GUI.Label(Rect(10,10,200,50),"Score: ");
}
The function is called OnGUI()
casing is important !