diff --git a/README.md b/README.md index 43090d2..9973b91 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ If you get this error, or a similar one, make sure the settings for each archite #### Special instructions for Free version of Unity +NOTE: this is needed only for Unity 4, Unity 5 seems to have the right behaviour + * Import the .unityPackage as described above * Copy `[Project Folder]\Assets\Plugins\x86\XInputInterface.dll` to `[Project Folder]\XInputInterface.dll` * **Making a Build does NOT require to copy `XInputInterface.dll` in the same folder the your game .exe file** diff --git a/XInputUnity5/XInputInterfaceX64.dll b/XInputUnity5/XInputInterfaceX64.dll deleted file mode 100644 index c6fe75c..0000000 Binary files a/XInputUnity5/XInputInterfaceX64.dll and /dev/null differ diff --git a/XInputUnity5/XInputInterfaceX86.dll b/XInputUnity5/XInputInterfaceX86.dll deleted file mode 100644 index 6c50726..0000000 Binary files a/XInputUnity5/XInputInterfaceX86.dll and /dev/null differ