Search Issue Tracker
Fixed in 1.0.0
Votes
0
Found in [Package]
1.0.0-preview7
Issue ID
1242306
Regression
No
[Input System][Windows] switching primary mouse button not recognized
-error: when you switch the primary mouse button in the system setting the new Input System doesn't recognize that
-repro:
--create new project
--add uGUI button to the sample scene
--switch your primary mouse button to right button in system settings
--play scene
--click the ugui button with your right mouse button
--notice it gets pressed
--install input package
--switch to the Input system for input handling and add the Input System UI Input Module to the EventSystem in the sample scene
--play scene again
--click the ugui button with the right mouse button
--NOTICE it doesn't get clicked with the right mouse button but works with the left one
reproducible with 2019.3.10, 2020.1b6, 2020.2a5
not reproducible on OSX
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shadows are not cast when you first Blit the Shadow map and then set it back to Buffer
- Changes to instanced detail mesh material don't immediately apply
- [uGUI] Vertices retrieved from GetUIVertexStream method cannot be modified when adjusting them through script
- Scroll bar scrolls less in the Package Manager packages than elsewhere when pressing on the empty scroll bar area to scroll
- Undo.RegisterCreatedObjectUndo dirties the scene, but no actual changes to Scene are made
Add comment