- Home /
New Input axis with Numpad Keys
Hey there,
I'm trying to create a new axis in the input manager using the numpas buttons. But i don know how to specify the key in the Negative Button and Positive Button textboxes.
Whenever i type Numpad2 or Keypad2 it blanks and doesn't let me specify the button.
Of course if i type juast a '2' it works but it only takes keys from the alpha keyboard not the Numpad.
What can i do?
Answer by Eric5h5 · Apr 03, 2012 at 05:28 AM
http://unity3d.com/support/documentation/Manual/Android-Input.html , in the Desktop section, under "button names".
Answer by Sibz9000 · Mar 09, 2019 at 10:54 AM
Numpad buttons are done with square brackets, so [1] [2] [3] .... [+].
More information on more button names can be found here: https://docs.unity3d.com/Manual/ConventionalGameInput.html