Input SystemとEvent Systemsを使用した際のエラー【Unity】

「Input System」を使用してエラー:「Pointer should have exited all objects before being removed」が起きた場合の対処メモです。

スポンサーリンク

対処の手順

  1. 「Hierarchy」から「EventSystem」を選択する。
  2. コンポーネントの中から「Input System UI Input Module」を選択する。
  3. Pointer Behavior」を「All Pointers As Is」に変更する。
  4. 「Hierarchy」内「InputManager(Event)」も同様に設定する。
Input System UI Input Module の設定変更

Input SystemとUI

Unity | UI操作をInput Systemへ送信
UI操作をInput Systemに送信する方法のメモです。 Event Systemのコンポーネント Input Action Assetの作成 UI用のInput Actionsを作成します。(ほぼデフォルト) Event System...

参考

Access Denied

コメント

タイトルとURLをコピーしました