Skip to content

Instantly share code, notes, and snippets.

@is8r
Last active October 12, 2016 08:53
Show Gist options
  • Save is8r/110a661b9b3e6bf33f04b2d716e76120 to your computer and use it in GitHub Desktop.
Save is8r/110a661b9b3e6bf33f04b2d716e76120 to your computer and use it in GitHub Desktop.
void Start()
{
Invoke("DelayMethod", 1.0f);
}
void DelayMethod()
{
Debug.Log("Invoke");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment