Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work in unity3d #34

Open
Harsimarjit opened this issue Mar 24, 2021 · 4 comments
Open

Doesn't work in unity3d #34

Harsimarjit opened this issue Mar 24, 2021 · 4 comments

Comments

@Harsimarjit
Copy link

Alot of errors in unity

@ZeoWorks
Copy link

Works fine for me in 2019.4.19f

@mshooter
Copy link

mshooter commented Sep 1, 2021

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

@VicEsquivel
Copy link

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.

@amkorousagi
Copy link

amkorousagi commented Aug 8, 2023

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)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants