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
- Text and background colors contrast makes item list difficult to read when selected in Search window
- "Readme.asset" is shown as an empty line when using the Search in the Table view
- Docking Windows to each other with the smaller docking preview sequentially reduces Undocked Window size
- ShaderVariantCollection.variantCount and ShaderVariantCollection.shaderCount returns 0 in Builds
- Circular dependency warning is thrown in the Console when assigning TSS Theme File in Style Sheets list in Inspector
Resolution Note (fix version 1.3.0):
Fixed in Input System 1.3.0 (available in 2019.4 and above)