Search Issue Tracker
Fixed in 1.3.0
Votes
0
Found in [Package]
1.0.0-preview.5
Issue ID
1319968
Regression
Yes
After clicking Player Input's "Fix UI Input Module" button, most of Input System UI Input Module's values are changed to "None"
How to reproduce it:
1. Open the user's attached project "InputActionsUIBug.zip"
2. Load the "SampleScene" Scene
3. Select a "GameObject" in the Hierarchy window
4. In the Inspector window, assign an "InputSystemUI" GameObject to the Player Input component's UI Input Module field
5. Click on the "Fix UI Input Module" button
6. In the Hierarchy view, select an "InputSystemUI" and observe the Input System UI Input Module properties
7. Enter the Play Mode
8. Click on the button in the Game view
9. Observe the button behavior
Expected result: Input System UI Input Module's Left Click value is changed to "None", but the Button in the Game view is clickable
Actual result: Input System UI Input Module's Left Click value remains, and the Button in the Game view is clickable
Reproducible with: 1.0.0-preview.5 (2019.4.22f1), 1.1.0-preview.3 (2019.4.22f1, 2020.3.1f1, 2021.1.0f1, 2021.2.0a10)
Not reproducible with: 1.0.0-preview.4 (2019.4.22f1)
Could not test with: 2018.4.33f1 - due to errors
Notes:
- After setting the Left Click value from "None" to another value and then returning it to "None", the button will become unresponsive
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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note (fix version 1.3.0):
Fixed in Input System 1.3.0 (available in 2019.4 and above)