playMaker

Author Topic: Unity new input system gamepad only half working  (Read 2596 times)

crazyembereks

  • Playmaker Newbie
  • *
  • Posts: 2
Unity new input system gamepad only half working
« on: February 15, 2025, 12:38:32 PM »
Hello.
I have a basic character controller where for move I have Player Input Get Move Vector using the Player/Move input from the input controller, which already has keyboard and gamepad set up. However, when I run the game, only the keyboard will output the vector, the gamepad left stick does nothing. Similarly the camera is set up, except the camera will work with mouse, and will also work with my gamepad, however as soon as the gamepad is plugged in, the mouse input no longer works... Am I doing something wrong?