What I have been doing all day is trying to figure out how to use an xbox controller, I have mapped all the button, but the triggers will not work at all. I am trying to make it so when I pull the right trigger, I attack.
I have this
if(pickedUp && Input.GetButtonDown("Attack")){
attack();
}
Now I cant seem to get the input manager to setup right. I have the Attack input look like this
Name: Attack
Gravity: 1000
Dead: .001
Sensitivity: 1000
Type: Joystick Axis
Axis: Ive tried 3rd 10th and everything else.
I’ve looked up everywhere on trying to do this, and I am stumped