- Home /
Question by
Jejh · May 26, 2017 at 12:47 PM ·
c#xboxcontrollerxbox360xbox controller
Pad Controller xbox360 - triggers
Hello,
I've been adding pad controll to my game. I was able to configure both analogs and all buttons that are avaiable in pad fox xbox360, but one - triggers axis. I have read that they axis #3 (both) or on two different axis (LT #9, RT#10).
Tried both possibilities - none worked for me. Here's how I configure my Input:
And below is my code that I check my inputs with:
if((Input.GetAxis("PAD_Trigger")) != 0)
{
Debug.Log("Trigger used");
}
1.png
(12.9 kB)
Comment
Your answer
Follow this Question
Related Questions
How to use both keyboard and xbox 360 controller for input with standard FPS controller? 0 Answers
Unity does not recognize controllers in the right order, or mixes them up 0 Answers
Xbox Controller and Input.GetButtonDown( ); 3 Answers
Xbox 360 gamepad numbers mixed up 0 Answers
Multiple Cars not working 1 Answer