unity foreach component in children code example Example: unity foreach child foreach(Transform child in transform) { print(child.gameObject.name) }