In Unity you already have input keys with assigned buttons.
I wonder is it possible to add aditional keys or remove unnecessary ones?
In Unity you already have input keys with assigned buttons.
I wonder is it possible to add aditional keys or remove unnecessary ones?
Just make the array larger or smaller…
To add or remove axis in between take a look at this.
edit
Here’s the straight forward way to add new items at the end:
Just increment the size variable and the list will get longer.
Try Edit → Project Settings → Input