Input.GetKey or GetAxis not working

Hi, I think this is a horrible bug from Unity 5, but I post if anyone knows the problem or it’s simple a bug.

Input.GetKey or Input.GetAxis not working in Editor mode, but if you compile the game, so they yes working.
I unistall Unity, install diferent versión (Unity 5.1.0 and Unity 5.1.1), delete all KEYS from regedit and nothing…

The really joke, is that Input.GetButton yes working in editor, and the Event in OnGUI method detects KeyDowns and KeyUps.

I don’t know what more do to fix this.
Please, help. I created other user in Windows, reinstall, buy another PC? xD

Cheers

I always feel the same, I write a post and find the error in the next second:

In my layout mode, I have two windows of “Game” (one small and other big) well… The problem is that. Simply close one of two “Game” windows and all work.

I think this is a bug for Unity, a bug should will be fixed.

Cheers

why would you need two game windows? it’s the same output since it’s taken from the same cameras within the scene :face_with_spiral_eyes:

Because it’s more powerfull control of Unity in my opinion, one shows you quick result of real aspect of your game, and other, more big, is usefull to play testing the scene :slight_smile: