Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.6f1
2018.3.0b4
2018.3.0f2
2019.1.0a5
2019.2.0a1
Issue ID
1124265
Regression
No
[Linux] Alt Gr key does not get registered when using Input
How to reproduce:
1. Download, extract and open attached project (1124265repro.zip)
2. Open 'ReproScene' and enter play mode
3. Press any key other than Alt Gr and observe the console message "A key or mouse click has been detected"
4. Press Alt Gr
Expected result: The same console message is printed out
Actual result: The event for the key press did not get registered, no console message is printed out
Reproducible with: 2017.4.20f2, 2018.3.6f1, 2019.1.0b3, 2019.2.0a6
Note: On 2017.4.20f2 when pressing Alt Gr an error is thrown: "Assertion failed: Assertion failed on expression: 'pos < this->m_num_bits'" and on 2017.4.6f1 it crashes altogether.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (2019.3.X):
This very specific use case unfortunately falls out of scope at the moment