本記事の最終版はzennに記載します。 [Unity][C# Script]コントローラにはずばりINPUT SYSTEMを使いましょう(仮公開) zenn.dev 今のところunity標準であるInput Managerは少々設計が古く、これはすでにリリースされている new input system にリプレースされていくと思います。
InputSystemを使ったキーコンフィグを実装したのですが、めちゃくちゃ大変だったので備忘録がてらまとめ。 基本的にこれらのサイトの再現なのですが、そのまま流用しただけだと何故か上手くいかない点があったのでいくつくかアレンジしています。
1. Device-Agnostic Input Handling: The New Input System abstracts input devices into a common interface, making it easier to handle input from multiple devices (e.g., keyboard, gamepad, touch) without ...
There is an example showing how to create interactions using the Input System. The project aims to develop a game or application with different types of input interactions. In particular, the focus is ...