728x90
조이스틱 참고자료
https://www.youtube.com/watch?v=uSnZuBhOA2U
터치스크린 zoom
https://learn.unity.com/tutorial/getting-mobile-input#5c7f8528edbc2a002053b4af
터치 블럭 on UI
https://www.youtube.com/watch?v=EVZiv7DLU6E
Event
if (EventSystem.current.IsPointerOverGameObject(0))
{
Debug.Log( "Pointer over gameobject") ;
return;
}
포인터 ID 0 = Phone 1 = Webplayer editor etc
참고
유니티 카메라 기준 캐릭터 이동하기 참고자료
출처 sumpfkraut
https://forum.unity.com/threads/solved-moving-object-in-the-direction-of-camera-view.30330/
728x90
'유니티' 카테고리의 다른 글
유니티 안드로이드 빌드 (API Level 29 ~ 30) (3) | 2021.01.26 |
---|---|
유니티 안드로이드 폰 연동 (0) | 2020.05.10 |
유니티 구글 플레이 게임 서비스 연동2( 구현하기 ) (0) | 2020.04.25 |
유니티 광고 오류 (0) | 2020.04.21 |
유니티 구글 플레이 게임 서비스 연동 에러 (0) | 2020.04.13 |