유니티 UGUI 스크롤 객체 버튼이 잘 안눌릴 때
ScrollRect에 Content로 들어가 있는
오브젝트에 달린 Button이 잘 안눌린다.
(버튼이 눌리지 않고 스크롤이 되는 것)
EventSystem을 수정해보자.
EventSystem eventSystem;
eventSystem.pixelDragThreshold = (int)(0.5f * Screen.dpi / 2.54f);
오브젝트에 달린 Button이 잘 안눌린다.
(버튼이 눌리지 않고 스크롤이 되는 것)
EventSystem을 수정해보자.
EventSystem eventSystem;
eventSystem.pixelDragThreshold = (int)(0.5f * Screen.dpi / 2.54f);
댓글
댓글 쓰기