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
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code
Resolution Note (2022.1.X):
Using multi-display API is only supported in fullscreen mode. We don't recommend using windowed mode.