Search Issue Tracker
Fixed
Fixed in 6000.2.0b4, 6000.3.0a1
Votes
0
Found in
6000.2.0b1
6000.3.0a1
Issue ID
UUM-105141
Regression
Yes
Mouse forward is detected when mouse backward is pressed or held
How to reproduce:
1. Create and open a new project
2. In the title bar, navigate to Window > Analysis > Input Debugger
3. Expand the “Devices” item
4. Double click on “Mouse” to open Device information window
5. Press and hold mouse forward key
6. Observe the Device information window
Expected result: The value of backButton is 0 and value of forwardButton is 1
Actual result: The value of backButton is 1 and value of forwardButton is 0
Reproducible with: 6000.2.0a2, 6000.2.0b1
Not reproducible with: 2022.3.62f1, 6000.0.49f1, 6000.1.3f1, 6000.2.0a1
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Notes:
- The reverse happens when holding mouse backward button, backButton and forwardButton values are swapped, 0 and 1 respectively
- Downgrading/upgrading Input System package has no effect on this issue
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment