ArgumentNullException is thrown when accessing InputAction.bindings after calling BindingSyntax.InsertPartBinding()
Package: Input System
Fixed
1.10.X
1.10.0
Won't Fix
1.9.X
1.6.X
1.5.X
1.1.X
We won't be backporting this fix.
How to reproduce:
1. Open the attached Project "inputTest" and load Scene "SampleScene"
2. Enter Play Mode
3. Observe the Console
Expected result: No Exceptions are thrown in the Console
Actual result: The following Exception is thrown in the Console:
"ArgumentNullException: Value cannot be null.
Parameter name: actionNameOrId"