Search Issue Tracker
Fixed
Fixed in 1.5.1
Votes
0
Found in [Package]
1.4.0
Issue ID
ISXB-110
Regression
No
Unity Input System: Binding serialiser unsets the path if overrides are present
Any activate override will serialize all overrides even if null.
Reference: https://github.com/Unity-Technologies/InputSystem/blob/develop/Packages/com.unity.inputsystem/InputSystem/Actions/InputActionRebindingExtensions.cs#L1139-L1157
For fix, checking for null before assigning should work.
Expected: Overrides check for null before being set
Actual: Overrides don't check for null before being set
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note (fix version 1.5.1):
Fixed in: Input System 1.5.1