How to reproduce:
- Create an InputActionsAsset with a set and an action.
- Enable the action set in a script
- Trigger the action
Expected: An action without any subscribers should just quietly trigger nothing.
Observed: An action without any subscribers triggers an IndexOutOfBounds LogError message in console.
How to reproduce:
Expected: An action without any subscribers should just quietly trigger nothing.
Observed: An action without any subscribers triggers an IndexOutOfBounds LogError message in console.