in0finite / SanAndreasUnity

Open source reimplementation of GTA San Andreas game engine in Unity
https://discord.gg/p6jjud5
MIT License
2.1k stars 348 forks source link

Convert to "new" Unity input system #125

Open lukasgolson opened 2 years ago

lukasgolson commented 2 years ago
GartzenDeHaes commented 1 year ago

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/com.unity.inputsystem@1.2/manual/KnownLimitations.html

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