Search Issue Tracker
Fixed in 0.1.2-preview
Votes
0
Found in [Package]
0.1.2-preview
Issue ID
1114148
Regression
No
[Linux][Mouse][Editor] Mouse position is inconsistent with the Old Input.
The Y value for the mouse position of the new Input System is incorrect. The 0 is supposed to be at the bottom, but it is reversed in the Editor.
The X value uses the same 0 point. But as the cursor moves farther away, the difference in value gets more noticeable.
ONLY in Linux Editor. NOT in Standalone Player.
Repro:
1. Pull Github Project from: https://github.com/Unity-Technologies/InputSystem/tree/develop
2. Open Scene in: Assets -> QA -> Input_Test -> Scenes -> 02_Input
3. Enter Playmode in Editor
4. Call out the More Information menu on the side
5. Compare the mouse position between the old and the new.
Expected: The mouse position is consistent between the old and the new Input System.
Possibly dupe of: https://github.com/Unity-Technologies/InputSystem/issues/363
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Add comment