Total noob here, can't even get basic gamepad input to work
Posted: Wed Jul 07, 2021 11:57 am
Good evening forum,
I've been struggling for a while on getting input done using the new unity input system.
My whole idea is to make a dialogue menu where you can choose between 4 options (each one is assigned to a gamepad button).
I've followed these tutorials:
The PDF that was provided with the package on the new input system.
The youtube tutorial.
Some forum posts like https://www.pixelcrushers.com/phpbb/vie ... php?t=2793
I've made an action map, made a script that assigns the input to the InputDevicemanager and the InputDeviceManager has has Joystick Key Codes To Check.
Still, when I put a simple debug on the "On Use Joystick" action nothing happens.
Though the documentation is great it's kinda too great, I can't seem to find my relevant information, any help?
I've been struggling for a while on getting input done using the new unity input system.
My whole idea is to make a dialogue menu where you can choose between 4 options (each one is assigned to a gamepad button).
I've followed these tutorials:
The PDF that was provided with the package on the new input system.
The youtube tutorial.
Some forum posts like https://www.pixelcrushers.com/phpbb/vie ... php?t=2793
I've made an action map, made a script that assigns the input to the InputDevicemanager and the InputDeviceManager has has Joystick Key Codes To Check.
Still, when I put a simple debug on the "On Use Joystick" action nothing happens.
Though the documentation is great it's kinda too great, I can't seem to find my relevant information, any help?