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
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
Resolution Note (fix version 1.5.1):
Fixed in: Input System 1.5.1