Both joypad and keyboard input in background
Hello. I want to use both joypad and keyboard input in background in a app.
I found if I use UnityRawInput (https://github.com/Elringus/UnityRawInput) keyboard inputting in background works well.
In addition, I noticed that if I use joypad input with new Unity InputSystem, it also works fine in background (Maybe because it's via XInput?).
However, it seems like I cannot use both UnityRawInput and InputSystem at same time. when I import InputSystem, UnityRawInput stop working correctly.
Is there any solution for this issue?
Thanks.
Comment