This plugin is made to simplify the Unity New Input System for sending inputs without dependency on the input class.
- Add
CustomInputProviderButton
component to UI Button - Change the input type as you want on the inspector
- Register a onClick button event to call the
CustomInputProviderButton.SendValue(1f);