유니티 UI 객체 인식 Raycaster _GraphicRaycaster
by 개발자입니다 2021. 7. 3. 00:34
유니티에서 UI를 Raycaster 통해 인식하려고 할 때, 기존의 Raycaster를 이용하면 인식 할 수 없다.
이 때, Canvas의 GreaphicRaycaster를 이용하게 되는데 사용 방법은 아래와 같다.
변수 선언
Start() 함수 작성
Update() 함수 작성
Updata()에서 따라온 touchRay()함수 작성
유니티 버튼 빈 공간 클릭 안되게 하는 방법
2021.08.25
유니티 2D 스프라이트 Sprite Animation
2021.07.03
유니티 에러 : error CS1061: 'Button' does not contain a definition for 'interactable' and no accessible extension method 'interactable' accepting a first argument of type 'Button' could be found (are you missing a using directive or an assembly ref..
2021.06.20
유니티 에러 error CS0619: 'PBXProject.GetUnityTargetName()' is obsolete: 'This function is deprecated. There are two targets now, call GetUnityMainTargetGuid()
2021.06.10
댓글 영역