Search Issue Tracker
Fixed in 1.0.0-preview.2
Votes
0
Found in [Package]
1.0-preview
Issue ID
1189867
Regression
No
[Input System] Action with no bindings in one scheme remains disabled in other schemes
1. Create an .inputactions asset and add an action map to it.
2. Add a control scheme for keyboard&mouse and a control scheme for gamepad.
3. Bind the action that was implicitly added in step 1 to buttonSouth on the gamepad.
4. Create a new GO and add a PlayerInput component to it.
5. Link the action asset to it.
6. Set its default control scheme to keyboard&mouse.
7. Go input play mode.
8. Plug in a gamepad (in case you haven't done so already)
9. Press buttonSouth on the gamepad.
In the input debugger, the control scheme should now have changed to the gamepad but the action that is bound to the A button is not enabled.
Expected: the action should be enabled and respond to input.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] [iOS] [UnityWebRequest] Requests with "UnityWebRequest" are open for SSL Proxying
- SetWindowsHookEx does not prevent Windows key input when Editor or Player Window is focused and Active Input Handling is set to “Input System Package (New)” or “Both”
- Crash on GetEffectiveBc7TextureCompressor() when loading and unloading all Assets in the Project
- Terrain Masks do not ignore the mipmap limit
- "Build And Run" the project for Web is allowed even though the directory for the non-default browser is not selected
Add comment