Search Issue Tracker
Fixed in 1.0.0-preview1
Votes
0
Found in [Package]
0.9.6
Issue ID
1183314
Regression
No
Map index on trigger does not correspond to map index of trigger state, exceptions thrown
-e :A specific setup with the new Input System causes an error to be logged and further input to break.
-repro:
--Connect a gamepad (tested with PS4 controller via Bluetooth and USB (customer) and x360)
--Open attached SampleScene and play it
--Hold the left arrow key and the press the up arrow key
--NOTICE exceptions being thrown
---Map index on trigger does not correspond to map index of trigger state
---Exception 'IndexOutOfRangeException' thrown from state change monitor 'InputActionState' on 'Key:/Keyboard/upArrow'
---IndexOutOfRangeException: Index was outside the bounds of the array.
---Should not get here
-This is not shown in the sample project but if the errors are repeated, input starts to be ignored.
-Customer was only able to reproduce this with two action maps, each containing an action with both a composite and regular binding. If either a map or any binding is removed, the error does no longer appear. It also only works with a gamepad connected, if the gamepad is disconnected, the error also doesn't appear.
Comments (1)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
dev_cwj
May 28, 2020 08:10
[Solution] - Reset Properties
1. Go to upArrow's Properties - Interactions
2. Remove Interactions or Processors list
3. Reset Interactions or Processors list again (Add the same value as above)
4. Ta Da!
[Why]
It is possible to reproduce the bug when copying&pasting 'Action' from another 'Action-map'.