void Update() { //put in any gameobject having children and enter playmode foreach (Transform child in transform) { Destroy(child.gameObject); } }