Search Issue Tracker
Fixed
Votes
6
Found in
5.0.0f4
Issue ID
687203
Regression
No
[External] Some of the key inputs does not work correctly in WebGL builds on Chrome
Steps to reproduce:
1. Open the attached project
2. Build and run the project on Chrome
3. Try clicking some of the keys, to see how the presses are logged
4. Try clicking '-', '=' or ';' keys, notice they are not recognized at all
5. Click 'Right Shift' and 'Right Alt' keys, notice the presses are logged, but it is not logged when you release these keys
Note: Reproducible only with Google Chrome browser, Mozilla Firefox works as expected.
Comments (1)
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
- VFX Graph particles are not culled when using URP and Frustum Culling is enabled on VFX Mesh Output
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
ruudlenders
May 11, 2015 21:07
I'm having similar issues in Chrome WebGL. From what I've seen, pressing the '-', '=' and ';' key makes Input.GetButtonDown return true for all buttons. For example, if you assign the spacebar to "Jump", Input.GetButtonDown returns true not only when you press the spacebar, but also when you press the ";" key. This happens with all defined buttons, so if you were to assign the return key to "Fire 1", it would also trigger when pressing one of those mentioned keys.
Another button that seems to have issues is the left '/' key (not right), however this button is not present on some keyboards. If it matters, I'm running Windows 8.1 64bit, having an U.S. (International) keyboard layout enabled.