You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug reproduction steps: Keep the input field focused (cursor blinking) and check for Input.GetKeyDown events (non-letter events, such as arrow keys) in the update function. You will find that the events are not triggered; in fact, no key events are triggered at all.
And this bug has been mentioned before. #40 you'll find that Input.anyKeyDown always be false.