Hello!
After updating on Unity 5.1.1 I’ve noticed that input processed incorrectly on Linux (on the Windows and Mac it works flawless). It seems the keys never release. I mean after release they’re still counted as pressed, i.e. Input.GetKey() for released key still returns true. Only Alt+Tab helps temporary resolving this.
I could investigate this issue if nobody other experience it, however I’m sure the issue is widespread.
Maybe this issue was introduced because of this fix listed in the release notes:
Actually we don’t use this feature for input processing and use only Input.GetKey() method.
Regards!
+1, it’s like keyboard presses keep getting pressed over and over. Press two or three keys and you basically can’t input anything else because the same keys keep getting pressed over and over.
Wondering … it’s been two patch releases now and still no mention, even though this makes Linux builds completely useless atm
Any timeframe for this fix? We wanted to put out another release early next week, this is one of the major issues (besides bugfixing in our own crap ) that could be stopping us from doing so.