Skip to content

Instantly share code, notes, and snippets.

@JT5D
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save JT5D/e046ed2049635ed464d0 to your computer and use it in GitHub Desktop.

Select an option

Save JT5D/e046ed2049635ed464d0 to your computer and use it in GitHub Desktop.
foreach (Transform child in transform)
{
Debug.Log(child.name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment