unidade itera todos os objetos infantis

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