Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
2
Found in
2019.4
2020.3
2020.3.15f2
2021.1
2021.2
2022.1
Issue ID
1367668
Regression
No
Input.mouseScrollDelta.y is not correctly mapped to mouse wheel when running an iOS app on Apple Silicon Mac
How to reproduce:
1. Open the project "1102948.zip" on Apple Silicon Mac
2. Go to Build Settings (File>Build Settings)
3. Select iOS platform
4. Build the project
5. Open the built project with Xcode
6. In the Project Navigator select Unity-iPhone
7. In the Targets select Unity-iPhone
8. Go to the General tab
9. Under Deployment Info, check only iPhone
10. In the top Deployment Target select "Silicon mac name (Designed for iPhone)"
11. Run the project
12. Zoom with the mouse wheel
Expected result: The camera zooms towards the Cube
Actual result: The camera is not zooming
Reproducible with: 2019.4.27f1, 2020.3.18f1, 2021.1.21f1, 2021.2.0b12, 2022.1.0a8
Notes:
- Camera zoom works in the Game Mode
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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Resolution Note (2022.1.X):
Unity does not support mouse input on iOS and iPadOS at the moment, this extends to iOS apps running on Apple Silicon Macs. To handle mouse input on Apple Silicon Macs please build your project as Standalone with "Architecture" set to "Intel 64-bit + Apple silicon".