Search Issue Tracker
Won't Fix
Votes
2
Found in
5.3.5f1
Issue ID
813676
Regression
Yes
Input.mousePosition is not reporting negative values after going out of playspace
1. Open User attached project & play Test scene
2. Be sure that Maximize on Play option is checked and aspect ratio is set to 16:9
3. Drag mouse to left most wall of play space(the blue area of screen)
Notice value of Input.mousePosition.x being printed out to console is close to 0
4. Drag mouse out of blue area(play space)
Notice value of Input.mousePosition.x is set to Right most value coordinate of black bar.
5. Drag mouse around the rightmost corner (right black bar)
Notice that Input.mousePosition.x is locked.
TL;DR I am attaching a video. Notice mouse position and coordinates being printed out.
Reproduced on: 5.3.5f1, 5.3.5p7
Not reproduced on: 5.4.0f1, 5.2.0f3
Comments (1)
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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Elringus
Jul 21, 2016 17:04
In 5.4.0f1 it's working only in editor, but not in builds (win).