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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2022.1.X):
Using multi-display API is only supported in fullscreen mode. We don't recommend using windowed mode.