get all the children of the parent and put them in a list unity code example Example: unity get all children foreach (Transform child in parent) { //Your code }