Even in the provided UI Rebind example you can’t rebind the “interact” action to spacebar or keyboard arrows, as the button becomes empty. Does someone know if you can rebind keys properly with the new input system ? Thanks very much !!!
I found a workaround that doesn’t work for Composite action bindings, which is to use the path instead of using the GetBindingDisplayString() in the UpdateBindingDisplay() of the RebindActionUI script
if ( !action.bindings[bindingIndex].isComposite)
displayString = controlPath;