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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Resolution Note (fix version 1.5.1):
Fixed in: Input System 1.5.1