
1. 문제
- 에셋을 배치하고 이미 플레이어가 있길래 실행했더니 Input System관련해서 오류가 999+ 떴다
- 에러 메세지: InvalidOperationException: 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.
2. 원인
- 옛날 에셋이라 그런지 현재 내가 쓰고 있는 유니티 버전(6.1) 과 맞지 않음
3. 해결
1) Edit > Project Settings 클릭

2) Project Settings > Player > Other Settings 진입

3) Active Input Handling > Both 클릭

4) Apply 눌러 에디터 재시작

4. 결과
- 아주 잘 움직여지고 Console에 있던 오류도 잡힘

728x90
'Unity🎮 > TroubleShooting' 카테고리의 다른 글
| 2D: Raycast가 되지 않음 (0) | 2025.12.09 |
|---|---|
| 2D: 캐릭터가 데굴데굴 구름 (0) | 2025.11.24 |