Jeff Bowman
0
Q:

unity delete all children

 foreach (Transform child in transform) {
     Destroy(child.gameObject);
 }
8
 foreach (Transform child in TextHolder.transform) {     GameObject.Destroy(child.gameObject); }
1

New to Communities?

Join the community