Skip to content

Instantly share code, notes, and snippets.

@anchan828
Created March 8, 2012 07:51
Show Gist options
  • Save anchan828/1999484 to your computer and use it in GitHub Desktop.
Save anchan828/1999484 to your computer and use it in GitHub Desktop.
IEnumerator _CheckStart ()
{
WWW www = new WWW ("URL");
yield return www;
Debug.Log (www.text);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment