Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
1.0.2
Issue ID
1350697
Regression
No
[Mobile] [Input System] UI elements are not responding to mouse clicks in simulator
Reproduction steps:
1. Create a new project
2. Import Input System package from package manager
3. Go File -> Build settings and switch the active platform to iOS
4. In the Scene create some buttons, make sure the Event System is using InputSystemUIInputModule
5. Set Play Mode to use Simulator Apple iPhone XR (this is done in Game Window, top right Game/Simulator dropdown)
5. Enter Play Mode and try pressing the buttons
Expected result: the buttons are responding to clicks
Actual result: the buttons are not responding to clicks (this is either due to cursor position being reported incorrectly or something to do with buttons themselves)
Reproducible with: 1.0.2 (2021.1.15f1)
Not reproducible with: 1.1.0-pre.5 (2021.1.15f1, 2021.2.0b4, 2022.1.0a3,)
Could not test with 2019.4.29f1 (simulator not available)
Not reproducible with built-in input
Notes:
1. The issue is no longer reproducible in 1.1.0-pre.5. It has been fixed between 1.0.2 and 1.1.0-pre.5 (since the selection is limited in package manager I was not able to find out the exact version)
2. The issue appears to be reproducible with all simulator devices
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
No longer reproducible in 1.1.0-pre.5 package version of Input System