Why my joystick axis value when i press them always 1 ( left and right ) ?
void Update() { Debug.Log("Horizontal "+ Input.GetAxis("Horizontal")); Debug.Log("Verticals"+ Input.GetAxis("Vertical")); } //whenever i press left or right it will be 1 in horizontal value , //and the same goes for up and down it will be 1 in vertical value // but when i press Left or down it should be -1 not 1
Comment
Your answer
Follow this Question
Related Questions
Weird things happening with gamepad input 0 Answers
Gamepad recognized as joystick and doesn't work 0 Answers
Cinemachine Freelook Camera Movement with Joystick 3 Answers
Contollers are unusable when already plugged in when starting build/editor 0 Answers
Touch Controls without virtual joystick 0 Answers