
THIS PACKAGE REQUIRE THE NEW UNITY INPUT SYSTEM
This package provides a singleton Controller and a BindingInputButton component.
How to Set Up the Package :
1) Go to Tools > InputUtils > Create C# Controller
2) In the generated Controller script, replace every "UNITY_INPUT_SYSTEM" by the C# input system class generated by Unity.
3) Setup your rebinding functions in GetRebindingFunctionsEditor()
and in GetRebindingFunctions()
--------------------
Github : https://github.com/Knose1/UnityInputUtils