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

Input actions not bound to single gamepad #30

Open
VnceGd opened this issue Feb 13, 2020 · 0 comments
Open

Input actions not bound to single gamepad #30

VnceGd opened this issue Feb 13, 2020 · 0 comments
Assignees
Labels
bug Something isn't working code
Milestone

Comments

@VnceGd
Copy link
Member

VnceGd commented Feb 13, 2020

Issue

Player controls are not discrete, meaning that Player 2 is able to duplicate actions meant to be performed only by Player 1 and vice versa.

Proposal

We will update our scripts to use Unity's new Input System.
The old system listens for button presses through the Update() function, and we will replace these with Input Actions which have unique bindings and listeners.

@VnceGd VnceGd added bug Something isn't working code labels Feb 13, 2020
@VnceGd VnceGd added this to the Beta milestone Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code
Projects
None yet
Development

No branches or pull requests

2 participants