Look at [Internal link] as it is related, we most likely want to adress this bug and that ticket together.
How to reproduce:
1. Open the attached “IN-139495_loop” project
2. Open the “SampleScene” Scene
3. Enter Play Mode
4. Click on the Game View window
5. Observe the Console window
Actual result: Only this log is thrown, “Is LMB pressed: True (from Update)”
Expected result: Both of these logs are thrown “Is LMB pressed: True (from Update)”, “Is LMB pressed: True (from FixedUpdate)”
Reproducible with: 1.1.0-pre.6 (2023.1.0a1, 6000.0.73f1), 1.19.0 (6000.0.73f1, 6000.6.0a3)
Not reproducible with: 1.1.0-pre.5 (2023.1.0a1, 6000.0.73f1)
Could not test with: 1.1.0-pre.5 (6000.6.0a3), 1.1.0-pre.6 (6000.6.0a3) (Errors thrown due to a deprecation)
Reproducible on: Windows 10 (by user), Windows 11
Not reproducible on: No other environments tested
Notes:
- Error thrown in 6000.6.0a3 when testing with Input System package 1.1.0-pre.5 and 1.1.0-pre.6
- 'TreeViewItem' is obsolete: 'TreeViewItem is now deprecated.
- Clicking on any other window throws only this log: “Is LMB pressed: True (from FixedUpdate)”