Search Issue Tracker
By Design
Votes
0
Found in
5.3.4f1
Issue ID
787438
Regression
No
[Android] Input.GetAxis is 0 when mouse cursor is next to the edge and mouse is moved towards the edge
Reproduction steps:
1) Open attached project "MouseBug"
2) Build scene "Scene1" for Android
3) Run build on a device
4) Connect a mouse to the device
5) Move the cursor to the left or right edge of the screen
--- Text in the middle of the screen shows value for Input.GetAxis("Mouse X")
6) Try moving the mouse towards the edge
--- You should see that Input.GetAxis("Mouse X") returns 0
Expected results: If mouse is moved in a direction Input.GetAxis("Mouse X") should return a non zero value even if cursor is blocked
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment