Skip to content

Instantly share code, notes, and snippets.

@phoenixperry
Created October 8, 2013 18:51
Show Gist options
  • Save phoenixperry/6889626 to your computer and use it in GitHub Desktop.
Save phoenixperry/6889626 to your computer and use it in GitHub Desktop.
GuiText
public int Counter = 0;
void Update () {
Counter++;
guiText.text = "Counter is: "+Counter;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment