Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Last active August 29, 2015 14:03
Show Gist options
  • Save poemdexter/15fda484d882e86a2629 to your computer and use it in GitHub Desktop.
Save poemdexter/15fda484d882e86a2629 to your computer and use it in GitHub Desktop.
if (inputEnabled && Input.GetButtonDown("Button1"))
{
inputEnabled = false;
// Launch game exe
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment