Search Issue Tracker
Won't Fix
Votes
3
Found in
2017.4.0f1
2018.4.0f1
2019.2.0a1
2019.3.0a1
2019.3.0b1
2020.1.0a1
Issue ID
1181164
Regression
No
Event.button only supports right, left and middle mouse buttons
To reproduce:
1. Open attached project ("case_1181164.zip")
2. Press Play and move the mouse to the Game View
3. Press mouse button 4 and observe Console
Expected result: Event.button is triggered and text is printed in Console
Actual result: Event.button is not triggered and nothing is printed in Console
Reproducible in: 2017.4.32f1, 2018.4.8f1, 2019.2.4f1, 2019.3.0b2, 2020.1.0a3
Note: Any additional mouse buttons except for the default ones seem to be not registered
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note (2020.1.X):
IMGUI doesn't support more than 3 buttons, as IMGUI is being replaced with UIElements we won't be adding this ability.