Jedność iteruje wszystkie obiekty dziecięce

foreach(Transform child in transform)
{
    Something(child.gameObject);
}
Poor Pollan