Unity - 자식 오브젝트 받기, child game object 03 Aug 2020 in Game on Unity, 공부, Unity, Child 해당 오브젝트에서 스크립트로 아래와 같이 접근해주면 오브젝트의 자식 컴포넌트들에 접근할 수 있다.foreach (Transform child in transform) { //child is your child transform }