Input System Events
Event actions for Unity's new Input System root category.
On Any Button Press Event
On Any Button Press Event listens globally and sends an FSM event when any button is pressed.
| Parameter | Description |
|---|---|
| Event | Event to send when any button press is detected. |
Notes
- This action subscribes while the state is active and unsubscribes on state exit.
- It listens across all connected Input System devices.