Introduction
InputManager is a custom input manager for Unity. It does everything Unity's input manager does and it allows you remap keys at runtime.
The InputManager can have one or more input configurations(e.g. one for keyboard and mouse and one for a Xbox controller), each one with its own set of axes(like the ones provided by Unity's input manager).
Features
[Free] Custom Input Manager
InputManager is a custom input manager for Unity. It does everything Unity's input manager does and it allows you remap keys at runtime.
The InputManager can have one or more input configurations(e.g. one for keyboard and mouse and one for a Xbox controller), each one with its own set of axes(like the ones provided by Unity's input manager).
Features
- Very simple to implent. It has the same public methods and variables as...
[Free] Custom Input Manager