Search Issue Tracker
Won't Fix
Votes
0
Found in
Issue ID
1356835
Regression
No
[Windows] Mouse input doesn't work in multi-display secondary windows when running in non-fullscreen mode
Reproduction steps:
1. Download and open project 'Multidisplayissue.zip'
2. Build scene 'SampleScene' to Windows Standalone player
3. Run it
4. Try clicking Sphere GameObject (It should turn red if the click is registered) on the primary display
4. Try clicking Sphere GameObject (It should turn red if the click is registered) on the secondary display and notice it doesn't work
Expected result: Clicks are registered on all Displays in Game
Actual result: Clicks are registered only on one Display in Game
Reproducible with: 2018.4.32f1, 2019.4.21f1, 2020.2.6f1, 2021.1.0b8, 2021.2.0a7
Notes:
- Issue was not reproducible if Game was built with Fullscreen Mode set to Fullscreen Window
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note (2022.1.X):
Using multi-display API is only supported in fullscreen mode. We don't recommend using windowed mode.