Publisher | Merry Yellow |
---|---|
File size | 6.18MB |
Number of files | 35 |
Latest version | 2.4.1 |
Latest release date | 2023-09-15 10:40:34 |
First release date | 2018-12-08 08:36:09 |
Supported Unity versions | 2018.4.2 or higher |
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