SanAndreasUnity icon indicating copy to clipboard operation
SanAndreasUnity copied to clipboard

Convert to "new" Unity input system

Open lukasgolson opened this issue 2 years ago • 1 comments

  • It will make controls very easy to rebind at runtime
  • Makes button layouts easier (i.e., different schemes for flying planes vs on foot)
  • Make working with input much more efficient in the future, and would allow us to add support for nearly any input device within minutes.

lukasgolson avatar Mar 19 '22 00:03 lukasgolson

I've been working on this for local split screen support. FYI, the new input system does not seem to work with IMGUI.

"The Input System cannot generate input for IMGUI." https://docs.unity.cn/Packages/[email protected]/manual/KnownLimitations.html

Update: works in desktop, but can't click anything on the mobile simulator.

GartzenDeHaes avatar Apr 05 '23 22:04 GartzenDeHaes