Skip to content

Files

Latest commit

 

History

History
8 lines (6 loc) · 368 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 368 Bytes

Unity Custom Input Provider

This plugin is made to simplify the Unity New Input System for sending inputs without dependency on the input class.

Example Usage

  1. Add CustomInputProviderButton component to UI Button
  2. Change the input type as you want on the inspector
  3. Register a onClick button event to call the CustomInputProviderButton.SendValue(1f);