Game Programming (4) 썸네일형 리스트형 [Unity] getcomponentsinchildren 에서 부모(자기자신) 제외하는법 () This include also the parent but i want to get only the children of the transform the script is connected. The problem is that it's" data-og-host="stackoverflow.com" data-og-source-url="https://stackoverflow.com/questions/72455114/how-to-get-all-children-without-the-parent" data-og-url="https://stackoverflow.com/questions/72455114/how-to-get-all-children-without-the-parent" data-og-image="htt.. [Unity3D] 효율적인 메모리 관리 - Occulusion Culling 이론이게 뭔데? : 한 물체가 다른 물체 가림 -> 제거왜 해야 돼? : 렌더링 부하를 줄여 속도 높임 (눈에 보이지 않는 물체는 렌더링에서 제외)단점은? : 하지만 컬링을 하기 위한 CPU 부하는 증가컬링 기법 (오브젝트 제거 기법)프러스텀 컬링카메라에 범위에 비친 것들만 보임카메라와의 거리에 의한 컬링LODOcculsion Culling머에 가려져서 안 보이면 컬링Smallest Occluder : 작을 수록 정밀하게 다른 물체 가릴 수 있음Occluder static : 다른 물체 가릴 수 있는 오브젝트Occluder : 다른 물체를 가림Occludee : 가려짐을 당함둘다 설정 가능* 투명 쉐이더 계열은 Occluder 가 될 수 없음.사용하기 좋은 이용 사례Good : FPSBad: TopDow.. [시작해요 언리얼 2024 후기] 1. Start Level : Like 마치 오늘의 집 원룸 꾸미기 강의 후기 안냐세요.매일 유니티만 쓰다가 언리얼은 처음인데요.아우.아주 재밌습니다요. 저 왼쪽 상단의 메세지 hide를 했어야 하는데~ 하는 맘이 들 정도로고화질로 뽑혀서 신기할 따름이네요~ 이건 제가 살고 있는 원룸입니다.설마 알아보시는 분은 없겠져.머쨌든 진짜 제 원룸 + 이렇게 꾸미면 어떨까 하는Like 마치 오늘의 집 you know? 로 꾸며봤습니다.맘에 드네요 호호강의 내용 압축폴더 저장 시 config, content, 프로젝트 파일 만 옮기면 됨뷰포트카메라 이동우클릭 드래그wasdqe오브젝트Object 배치Content Browser : Ctrl + Space barMesh - 배치딱딱 끊기는 느낌 - 이동, 스냅 걸려 있음. ⇒ 우측 상단 버튼으로 스냅 온오프오브젝트 카메라 포커스 : F.. [유니티] 태그 비교: '==' vs 'CompareTag' // Get hit at basket if (other.gameObject.tag == "Basket") { itemManager.instance.GetScore(1); } tag 비교를 이렇게 했더니 오늘도 조언해주시는 라이더씨 Unity - Scripting API: Component.CompareTag Success! Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable. Close docs.unity.. 이전 1 다음