Hello,
I recently noticed that generic InputControlsPaths like */{Cancel} do not seem to work with the WithCancelingThrough() method.
They seem to be working with the DefaultInputActions asset but not with any other. So with the default asset I can have the rebinding canceled with Escape and controller button east because that’s the binding for the Cancel action on the default asset. I can’t find a way that this works with any other action asset too. The internal path matching never seems to match when I use WithCancelingThrough(*/{Cancel}).
Is the WithCancelingThrough() method simply not intended to be used with paths like */{Cancel} or am I missing something here?
Thank you