핸들 앞에 콜라이더 수정하기 Mission5를 만들어 주고 위치 수정해주고 핸들을 다른 ui로 바꿔준다 ui - image로 프로펠러를 만들어준다 Rotate 만들어서 색깔 바꿔주기 스크립트 작성 trash -> handle로 바꾸기 쓸모 없는 부분 삭제 x 부분에 핸들이 이동할 수 있는 범위 작성 rect_handle.anchoredPosition = new Vector2(184, Mathf.Clamp(rect_handle.anchoredPosition.y, -195, 195)); play해서 잘 작동되는지 확인 z축을 움직여주기 위해 (프로펠러를 움직여주기 위해) rotate.eulerAngles = new Vector3(0, 0, 90 * rect_handle.anchoredPosition.y / ..