-
Rewrote the tool
- Now you have 4 classes in the tool instead of one big class
- Renamed the main class from KeyBinder to KeyDetector
- Made the main class static to make it easier to use
now there is no need to create an instance (it will work without set-up) - Created filtering presets system
Recommended for people who know how to work with interfaces
-
Changed the license to MIT from GNU GPL 3.0
-
Added simple documentation inside each script
-
Now the filtering system is separated from the main class
-
README changes
- Rewrote the entire file because of the new update
- Added detailed documentation and examples
- Added an importing guide
- Added stats under the title
-
Added "packages" folder with an official Unity package file
-
Added samples folder
- Added to the samples folder a unity project with examples
- Added 6 examples that you can check and learn from
-
Updated Unity version to 2021.3.14 from 2020.3.3
-
Updated links inside the scripts