var Counter : int = 0; function Update () { Counter++; guiText.text = "Counter is: "+Counter; }