Unity:InputManager が使えないときの設定変更

エラー内容

This is where you can configure the controls to use with the UnityEngine.Input API.But you have switched input handling to "Input System Package" in your Player Settings.The Input Manager will not be used

ほぼエラーの中に書いてある。

Player の中の設定で input system 使うようにしてるから input manager 使われない。

変更方法

Project Settings

Player

Other Settings

Active Input Handling

InputManager(Old)を選択

両方使いたいときは Both を選択
Input System を使いたいときは Input System Package(New) を選択。

友達の Unity で InputManager の Axes から先が全てなくなる症状が起きたのでいつでも変えられるように。
Reset とかも効果なかったから困った。
バージョンは 2021.1.22f.1

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA