- Home /
How do I add input for two different local players?
I am making a very simple game, I only need the left and right joysticks and single face button. Essentially I am trying to do something like:
**P1 Move X**
Negative Button - A
Positive Button - D
Alt Negative Button - Left Thumbstick -1 (First Controller)
Alt Positive Button - Right Thumbstick +1 (First Controller)
How would I do that?
Comment
Answer by Hokome64k · Oct 18, 2021 at 08:06 AM
I think you are using the legacy input system, you might want to switch to the new one since it's much better and easier to use, especially in multiplayer games.
Here is a link to the new Input system https://docs.unity3d.com/Packages/com.unity.inputsystem@1.0/manual/Installation.html