Search Issue Tracker
Fixed in 1.1.0-preview.4
Votes
4
Found in [Package]
0.1.2-preview
Issue ID
1275148
Regression
No
Disconnecting and Reconnecting input device causes exception in InputUser
How to reproduce:
1. Open the attached "InputUserDisconnect.zip" project
2. Open the "SampleScene" Scene
3. Enter the Play Mode -> press space button on the keyboard
4. Disconnect the keyboard -> reconnect it
Expected result: Exceptions are not thrown during UnpairDevices on an InputUser that previously had a designated device
Actual result: Exceptions are thrown during UnpairDevices on an InputUser that previously had a designated device
Reproducible with: 2018.4.29f1 (0.2.1-preview), 2019.4.14f1 (0.9.6-preview), 2020.1.13f1 (1.0.0-preview.3), 2020.2.0b11 (1.0.0), 2021.1.0a5 (1.1.0-preview.2)
Notes:
- The issue also occurs on Xbox One and PS4 controllers
-
WilliamBenichou
Dec 08, 2020 10:52
-
WilliamBenichou
Dec 08, 2020 10:52
FYI: Here is what seems to be a fix I integrated for the studio I'm working in.
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
- Post Processing SMAA breaks when HDR mode R11G11B10 is selected and Color Space is changed
- The "UnityWebRequest.result" of the "UnityWebRequestTexture.GetTexture" method changes when accessing "UnityWebRequest.downloadHandler" texture
- Slider rounding does not allow setting certain valid numbers as Values when Low and High Values not set to default
- UI Builder Canvas has too big resizing zone on the outside of the canvas
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
Resolution Note (fix version 1.1.0-preview.4):
Fixed by https://github.com/Unity-Technologies/InputSystem/pull/1274