Skip to content

Commit

Permalink
Update Unity5 project to 5.6.0f3, fix plugin settings and add instruc…
Browse files Browse the repository at this point in the history
…tions in README.md.
  • Loading branch information
speps committed Apr 8, 2017
1 parent eff8831 commit 7abd285
Show file tree
Hide file tree
Showing 11 changed files with 547 additions and 223 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ Some examples are available in this repository :
* Open the menu Assets > Import Package > Custom Package and select the package you just downloaded
* See XInputTestCS.cs for a basic usage example

### Building errors

#### error CS1704: An assembly with the same name `XInputDotNetPure' has already been imported.

If you get this error, or a similar one, make sure the settings for each architecture matches the settings below.

![Plugin settings for x86 DLLs](https://raw.github.com/speps/XInputDotNet/master/SettingsX86.jpg)

![Plugin settings for x86_64 DLLs](https://raw.github.com/speps/XInputDotNet/master/SettingsX64.jpg)

#### <a name="free"></a>Special instructions for Free version of Unity

* Import the .unityPackage as described above
Expand Down
Binary file added SettingsX64.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SettingsX86.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
188 changes: 133 additions & 55 deletions XInputUnity5/Assets/XInputDotNet/Plugins/x86/XInputDotNetPure.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7abd285

Please sign in to comment.