Search Issue Tracker
Fixed in 1.3.0
Votes
0
Found in [Package]
1.1.0-preview.2
Issue ID
1306361
Regression
No
[Input System] UI Input Module lets the player navigate across other canvases
How to reproduce:
1. Open the user's attached "Multiplayer input" project
2. Open Assets/Scene/SampleScene
3. Enter Play Mode
4. Move your Gamepad's left analog stick up and down
Expected result: You can select a button only from a single canvas
Actual result: You can select a button from both canvases
Reproduces on: 1.0.1 (2019.4.18f1), 1.1.0-preview.2 (2020.2.2f1, 2021.1.0b2, 2021.2.0a1)
Can't test: 2018.4 (package version too old)
Note:
- For some reason, if I copy the Button component and paste the values in the other Button, the issue is not reproducible
- Could not reproduce the issue on a keyboard
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
- [iOS] WebCamDevice.availableResolutions returns a single resolution with width and height both 0 on some iOS devices
- Editor freezes when selecting a GameObject in Play Mode with a script containing a public byte array
- Saving moves Toggle Button Group buttons to the wrong place in hierarchy
- [iOS] Visual artifacts are visible when the camera's feed is rendered to a texture
- Error "cannot map expression to ps_4_0 instruction set" in Shader Graph preview when using the GATHER_RED_TEXTURE2D macro in custom hlsl function
Resolution Note (fix version 1.3.0):
Fixed by https://github.com/Unity-Technologies/InputSystem/pull/1443