Sorry, I know this is old, but can you simply say
foreach (Transform t in someTransform) {
if (t.parent == someTransform) {
Debug.Log(t);
}
}
↧