Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.2.0a1
2019.3.0a1
2019.3.0b3
2020.1.0a1
Issue ID
1184172
Regression
Yes
Game View loses focus when hovering on other UI Windows using Input.GetKey()
How to reproduce:
1. Open user's attached project (2019_3_bug_input.zip)
2. Open "SampleScene" Scene
3. Enter the Play mode
4. Hold down F key
5. Move mouse over Project Window or Hierarchy Window
Expected result: Input.GetKey(F) is focused when hovering over other windows with the mouse
Actual result: Input.GetKey(F) is not focused when hovering over other windows with the mouse
Reproducible in: 2019.2.6f1, 2019.3.0b3, 2020.1.0a4
Notes:
Could not reproduce in 2018.4 and 2017.4 because of ArgumentException error
Comments (1)
-
Peter77
Sep 17, 2019 15:06
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Resolution Note (2020.1.X):
The "F" key is one of very few (if not the only one) shortcut that is global and may reproduce this problem. Ultimately, this will be a feature implemented by the shortcut manager. For now, it's more a feature request than a bug.