Skip to content

Releases: jozzzzep/KeyBinder

v2.0

28 Dec 13:04
2b1742e
Compare
Choose a tag to compare

img

  • 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

1.0.0

22 Nov 22:20
Compare
Choose a tag to compare

KeyBinder

An easy to use all-in-one class for a key-binding in Unity.
Supports input filtering (You can choose which keys are valid for binding).