- Home /
How to unlink Arrow Keys Input with Keypad 2468 buttons
So I'm making a game where you can enable Couch Co-Op so 2 players play on one keyboard. My Player2 moves with arrow keys and can interact with things using 123 and 0 on the keypad. Everything seems to be working fine however I can not hit with 2 on the keypad because 8, 4, 6 and 2 registers like the arrow keys. I use GetKey(KeyCode.Keypad2) but my 2 on the keypad registers as KeyCode.DownArrow.
I have no idea how to fix this because if you go to Input in Project Settings there aren't any options or anything. Thanks a lot for helping!
Answer by MrSpiky · Aug 23, 2019 at 03:02 PM
Thanks a lot, very annoying if you don't think about these stupid problems even though I do know I have to maybe add this tip into my game at the Help Menu
Your answer

Follow this Question
Related Questions
Key binding screen 0 Answers
GUI buttons with alternate activation condition 1 Answer
Key Binding change in game 0 Answers