Releases: elringus/unity-raw-input
Releases · elringus/unity-raw-input
UnityRawInput 1.5
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
UnityRawInput 1.4
UnityRawInput 1.3
Target Unity version: 2019.4
Changes:
- Added mouse xbutton support
- Renamed
RawKeyInput
->RawInput
UnityRawInput 1.2
Target Unity version: 2019.4
Changes:
- Added mouse support #19 (thanks to @silberkoenig)
- Refactored native bindings for clarity
UnityRawInput 1.1
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
Target Unity version: 2017.4
Initial release version.