Hi,
I followed the Quick Start 100%, but I failed and got unity console errors.
- Install Unity 2021.1.16f1 on my Win10 64bit pc.
- Create a new unity project (3D Core).
- Install Input System 1.02 successfully.
- Install Unity-DirectInput with Package Manager > Add package from git URL : https://github.com/MrTimcakes/Unity-DirectInput.git
- Package Manager showed Unity-DirectInput 0.5.5 is installed, but the unity console displays errors:

I tried to import Unity-DirectInput manually to generate the meta files.
- Remove Unity-DirectInput with Package Manager.
- Download Unity-DirectInput-main.zip from Github.
- Unzip it, got [Unity-DirectInput-main] folder.
- Drag [Unity-DirectInput-main] into the unity project's Assets to import them.
- Unity console showed DLL not found Error.

- Delete the [Unity-DirectInput-main] folder in the unity project's Assets.
- Package Manager > Add package from disk... Select package.json file in local [Unity-DirectInput-main] folder.
- Package Manager showed [Unity-DirectInput 0.5.5] installed.
- I see new menus here, click all the 3 option, got the same DLL not found errors in the unity console.

Hi,
I followed the Quick Start 100%, but I failed and got unity console errors.
I tried to import Unity-DirectInput manually to generate the meta files.