Auto Input Manager
Convert legacy input code into the new Input Manager
by Merry Yellow
Price History +
Auto Input Manager makes input management easier by modifying your scripts. It finds hard-coded input keys from the script files and makes them compatible with Unity's built-in Input Manager (Converts Input.GetKey() /GetKeyDown() /GetKeyUp() methods to Input.GetButton() /GetButtonDown() /GetButtonUp() methods).
With Auto Input Manager, your script files becomes more modular and customizing keybindings becomes possible. With that non-programmers can change default keybindings in the editor without editing the code and players can customize their own keybindings in the start-up resolution dialog (only for standalone builds: Windows/OSX/Linux). Also, managing input will be easier since they will be stored in one place, not scattered over many script files.
Visit website for more details