NEW: InputSystem.onAnyButtonPress. by Rene-Damm · Pull Request #1382 · Unity-Technologies/InputSystem

Description This addresses a long-standing request and shortcoming in our current API. In the old input system, you can do void Update() { if (Input.anyKeyDown) Debug.Log("Some but...