오늘의 학습진행개인프로젝트 진행(UI작업)public class FrontRegion : MonoBehaviour{ public void ExitAllFrontView() { int viewCount = transform.childCount; for(int i =0; i https://docs.unity3d.com/6000.0/Documentation/ScriptReference/Transform.GetChild.html Unity - Scripting API: Transform.GetChildIf the transform has no child, or the index argument has a value greater than the number of childre..