문제원인
위처럼 OnAttack이라는 함수를 이용해, 마우스 왼쪽버튼을 누르면 "공격버튼 눌림"이라는 메세지를 띄우려고 했으나,
동작하지 않았다.
해결방안
Input System Package -> Supported Devices에 마우스를 추가하지 않아서 생긴 오류였다.
'Unity' 카테고리의 다른 글
유니티 버튼 클릭 이미지 변경하는 방법 (0) | 2024.09.05 |
---|---|
유니티 모바일 프레임 (0) | 2024.07.28 |
[유니티] You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings. (0) | 2024.07.14 |
유니티 버튼 누르자마자 동작하기 (EventTrigger 스크립트 연결) (0) | 2024.06.17 |
유니티 여러곳에서 참조되는 데이터 관리 (0) | 2024.05.23 |