Skip to content

StinkySteak/unity-custom-input-provider

Repository files navigation

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);

About

Unity Input Provider Wrapper for unity new Input System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages