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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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