When I capture my Joycon axis coordinates, I only get -1 or 1…but no numbers in the middle. I’m not sure if I’m missing something in my code or input management configuration.
leftJoycon.x = -Input.GetAxis (“Joycon Left X”); // This is how I capture the coordinates but only get either -1 or 1.
And this is the Input Manager settings for Joycon Left X:
Thanks!