Hello,
I'm making a multiplayer top-down shooter game, played with gamepads.
I can get player 1 moving with left stick, aiming with right stick, dodging with left button, shooting with right trigger, all on gamepad(0).
To add a player 2, I cloned every assets and cloned the controls to fit player 2. Now my player 2 can move and dodge correctly, but he can't aim. I can't get the gamepad 1 Y axis.
When looking into the capx, do you have any ideas why?
Thanks a lot for your help.