Publisher | KpiosFws |
---|---|
File size | 2.10MB |
Number of files | 185 |
Latest version | 1.0.0 |
Latest release date | 2022-06-07 09:01:13 |
First release date | 2022-06-07 09:01:13 |
Supported Unity versions | 2018.4.2 or higher |
Base on old input system, using KeyCode and old input manager axis(you can click a button to add all axis this system need to input manager)
This system has two parts of input.
- SInput for game input.
- SUIInput for UI input.(Override Unity Standalone Input Module base input.)
They are using the same type of ScriptableObject input list.
Need 2019.4 or higher version.
Button icons are free, it was from opengameart.org, I only used part of the button package, you can get the full package at this link:
- Using Scriptable Object to save the default input list.
- Save input list into binary file at runtime.
- Game input and UI input use two input list file.
- Boath game input and UI input can rebind key at runtime.
- Base on old Input system. Usage is similar to old Input system.
- Have simple localization.