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

Package: New Input System Bugs

-

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

  1. Resolution Note (fix version 1.5.1):

    Fixed in: Input System 1.5.1

Add comment

Log in to post comment