「Input System」を使用してエラー:「Pointer should have exited all objects before being removed」が起きた場合の対処メモです。
対処の手順
- 「Hierarchy」から「EventSystem」を選択する。
- コンポーネントの中から「Input System UI Input Module」を選択する。
- 「Pointer Behavior」を「All Pointers As Is」に変更する。
- 「Hierarchy」内「InputManager(Event)」も同様に設定する。
Unity | UI操作をInput Systemへ送信
UI操作をInput Systemに送信する方法のメモです。 Event Systemのコンポーネント Input Action Assetの作成 UI用のInput Actionsを作成します。(ほぼデフォルト) Event System...
参考
"Pointer should have exited all objects.." - Error
Hi, After I upgraded to the recent version of the Input System I get the error “Pointer should have exited all Objects b...
コメント