Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to "new" Unity input system #125

Open
lukasgolson opened this issue Mar 19, 2022 · 1 comment
Open

Convert to "new" Unity input system #125

lukasgolson opened this issue Mar 19, 2022 · 1 comment
Labels

Comments

@lukasgolson
Copy link
Contributor

  • 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.
@GartzenDeHaes
Copy link

GartzenDeHaes commented Apr 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants