Auto Input Manager
Merry Yellow
$0.0
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
12/08(2018) |
0.0 |
11/20(2024) |
0.0 |
Jump AssetStore
Convert legacy input code into the new Input ManagerAuto 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 detailsFor older versions of Unity, download the legacy version from the websiteThis asset uses YamlDotNet under MIT license and Roslyn under Apache license; see THIRD-PARTY-NOTICES.TXT file in the package for details.