Input bug (left+up+space) (SOLVED)

In “War Battles” tutorial I’ve found some strange behavior.
When player press left and up and space key at the same time function on_input does not receive space key action. But it receive on any other combinations.

The version on the website works fine for me. Maybe your keyboard can’t handle those keys together?

Have the same problem in Unity when I was making a game that required multiple inputs. I googeld and found out that cheap keybords only use the y and x cord of the key that is pressed and if multiple keys are pressed at the same time only the first one will regisrered. So its not a bug, only a flaw in the keybord. (Get a gaming keybord if you want to fix it)

3 Likes

Oh. I didn’t know that but it seems be true.
Thanks!

1 Like