Search Issue Tracker
Fixed in 0.2.6
Votes
0
Found in [Package]
0.2.1
Issue ID
1137072
Regression
No
[Input System] Device inputs are not registered when focused on Game View after forcing a script recompilation
How to reproduce:
1. Create a new Unity project
2. Download the Input System package and restart the Editor
3. Create a new Input System Asset from Project Settings > Input (NEW) and check 'Run in Background'
4. Open Window > Input Debugger and double click on any device
5. Click on the Game View window to focus on it
6. See that inputs are registered when interacting with the device
7. Force a script recompilation by creating/reimporting a script
8. Focus on the Game View window and attempt to register some inputs
Expected result: inputs are registered immediately
Actual result: inputs are not registered until the focus is shifted away from the Game View
Reproducible with: 2018.3.10f1, 2019.1.0b6, 2019.2.0a7
Not reproducible with: 2019.1.0b7, 2019.1.0b8, 2019.2.0a8, 2019.2.0a9
Could not test with: 2017.4.23f1(New Input System not yet introduced)
Notes:
The issue does not seem to be dependant on Input System package version
Unchecking and rechecking 'Run in Background' in Project Settings > Input (NEW) fixes this issue until another script recompilation
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment