Joysticks and the input manager. Joystick 1 recognized as all joysticks.

I’m trying to set up multiple controllers in the input manager but its not working as expected.

I have 4 entries, Jump1, Jump2, Jump3, Jump4

Each look for joystick button 0 (A) from their respective joystick numbers.

The problem is when I test it, using the code Input.GetButton(“Jump1”), 2, 3, 4 joystick 1 fires all 4 jumps. Here’s a screen shot of Jump1, and Jump2

Why is this happening? Thanks in advance

“Joystick Button 0” is “Button 0 on any joystick”
You want “Joystick 1 Button 0”, which is “Button 0 on Joystick 1”.

Edit - Oh, and “Joy Num” is specifically for the Axis controls. :S