#How do I make custom keybinds using unity's input system package
1 messages · Page 1 of 1 (latest)
the only real keys in the game are the movment keys and the 2 mouse buttons, but i need the player to be able to use whatever they want for the movement
maybe try asking in #🖱️┃input-system ?
The input system package includes a bunch of demos including one for key rebinding: https://github.com/Unity-Technologies/InputSystem?tab=readme-ov-file#getting-started
oh ok! ill take a look at that in a bit
ok ill reask there if i still have questions after those demos
ok ive never actually used github before and i have no clue what i am looking at
Just read the thing I linked you to
It just has links to the different code examples
You can also just look at the examples in your project
is it the rebindingui stuff?