Skip to content

Releases: elringus/unity-raw-input

UnityRawInput 1.5

05 Nov 22:12
Compare
Choose a tag to compare

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.

UnityRawInput 1.4

13 Oct 09:57
0a97b9f
Compare
Choose a tag to compare

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.

UnityRawInput 1.3

30 Aug 10:35
6097f14
Compare
Choose a tag to compare

Target Unity version: 2019.4

Changes:

  • Added mouse xbutton support
  • Renamed RawKeyInput -> RawInput

UnityRawInput 1.2

25 Aug 17:28
Compare
Choose a tag to compare

Target Unity version: 2019.4

Changes:

  • Added mouse support #19 (thanks to @silberkoenig)
  • Refactored native bindings for clarity

UnityRawInput 1.1

22 Mar 19:07
Compare
Choose a tag to compare

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.

UnityRawInput 1.0

12 Apr 19:27
cfe1e73
Compare
Choose a tag to compare

Target Unity version: 2017.4

Initial release version.