inputsimulator
inputsimulator copied to clipboard
Doesn't work in unity3d
Alot of errors in unity
Works fine for me in 2019.4.19f
Alot of errors in unity
Ok, so I downloaded the Unity NuGetForUnity package https://github.com/GlitchEnzo/NuGetForUnity and then from there I could install the inputsimulator, with no errors. Hope this helps
Or literally, just download the zip, place it in the Assets folder, get rid of the folders "WindowsInput.SampleClient.Wpf" and "WindowsInput.Tests", and voila.
if the error is "~ is not CLS-compliant"
you can ignore(resolve) the error by editing the line at WindowsInput/Properties/AssemblyInfo.cs
just change
[assembly: CLSCompliant(true)]
to
[assembly: CLSCompliant(false)]