unity-raw-input

Windows Raw Input wrapper for Unity game engine

MIT License

Stars
210
Committers
3

Bot releases are visible (Hide)

unity-raw-input - UnityRawInput 1.5 Latest Release

Published by elringus almost 2 years ago

Target Unity version: 2019.4

Changes:

  • Extended supported input (mouse extra button 1 and 2, uncommon keyboard keys)
  • WorkInBackground can now be toggled w/o restarting the service
  • When Run in Background is disabled a warning is logged and it's automatically enabled to prevent slowdowns

Thanks to @Repiteo for #31.

unity-raw-input - UnityRawInput 1.4

Published by elringus about 2 years ago

Target Unity version: 2019.4

Changes:

  • Added asmdef and package manifest
  • Exposed currently pressed keys
  • Currently pressed keys are now displayed in the example script editor

Thanks to @Repiteo for #27.

unity-raw-input - UnityRawInput 1.3

Published by elringus about 2 years ago

Target Unity version: 2019.4

Changes:

  • Added mouse xbutton support
  • Renamed RawKeyInput -> RawInput
unity-raw-input - UnityRawInput 1.2

Published by elringus about 2 years ago

Target Unity version: 2019.4

Changes:

  • Added mouse support #19 (thanks to @silberkoenig)
  • Refactored native bindings for clarity
unity-raw-input - UnityRawInput 1.1

Published by elringus over 5 years ago

Target Unity version: 2018.3

Changes:

  • Fixed Unity 2018.3 compatibility issues;
  • Fixed IL2CPP build failing due to missing PInvoke attributes (#3);
  • Grouped scripts inside Runtime folder;
  • Added license file to the distributed package.
unity-raw-input - UnityRawInput 1.0

Published by elringus over 6 years ago

Target Unity version: 2017.4

Initial release version.