Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2021.2.0f1 | Compatible | Compatible | Compatible |
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