if (!EventSystem.current.IsPointerOverGameObject())
{
isRotating = true;
recentMousePosition = Input.mousePosition;
}
위와 같이 객체 터치시 발생할때 조건을 추가해주면 된다.
https://sangh518.github.io/record/block-event-when-ui-click/
728x90
'Software Development > Unity' 카테고리의 다른 글
Unity Device Simulator (0) | 2022.03.26 |
---|---|
Unity Profiler (0) | 2022.03.22 |
Unity UI Bitbucket (0) | 2022.03.22 |
유니티-객체 생성시 원점 기본 설정 (0) | 2022.03.11 |
Unity MVC/MVP (0) | 2022.03.11 |