Search Issue Tracker
By Design
Votes
1
Found in
5.3.4f1
Issue ID
799170
Regression
No
Mouse and touch inputs are reported with decimals on OSX in editor Play Mode
How to reproduce:
1. Open attached project
2. Open scene DebugScene.unity
3. Play the scene
4. Click anywhere in the game view
- Note that the touch inputs are reported with decimals in the console
- This happens in the editor and in the OSX standalone build
- This does not happen on iOS
- Reproduced in Version 5.2.4f1 (98095704e6fe), Version 5.3.4f1 (fdbb5133b820), Version 5.4.0b19 (57f24ff20089)
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note (2019.3.X):
macOS reports mouse coordinates with sub-pixel accuracy. Games can take advantage of that extra precision or use Mathf.Floor to keep the integer part only