- Home /
Numpad Keypress not being registered on mobile phone.
I am trying to create a Unity application and my only input is going to be through a Numpad. I am trying to bind a keypress action on Numpad keys. The keypress is being registered on the Unity console when running the app on the editor but if I build it on my phone or export it as an APK file to my phone, it does not register the Numpad keypress. Surprisingly, the keyboard keys are registered and work, but it doesn't happen with the Numpad. My script is in C#, and I have used both methods, "KeyCode.Keypad0" and "[0]", still no success on the phone but it is being registered on the console. Can anyone tell me if there is any other method? I am using Vuforia AR recognition with Unity 2018.4.22f1.
Your answer
Follow this Question
Related Questions
How to switch JUMP BUTTON(SPACE KEY) into VIRTUAL BUTTON ON THE SCREEN? 2 Answers
gui button to work exctly like up arrow key 1 Answer
Panel isn't opening after hitting the tab key, and its not even saying I pressed the key? 0 Answers
How to get Key with KeyCode.Question? 1 Answer
Stimulate key press via a GUITexture 0 Answers