We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7716ead commit d63ed30Copy full SHA for d63ed30
README.md
@@ -29,7 +29,7 @@ We've got our `Plugins` folder ready, so let's get platform-specific!
29
30
4. Create `x86` and `x86_64` folders inside `Assets/Plugins/`
31
5. Copy `discord-rpc-win/win64-dynamic/bin/discord-rpc.dll` to `Assets/Plugins/x86_64/`
32
-6. Copy `discord-rpc-win/win32-dynamic/bin/discord-rpc.dll` to `Assets/Plguins/x86/`
+6. Copy `discord-rpc-win/win32-dynamic/bin/discord-rpc.dll` to `Assets/Plugins/x86/`
33
7. Click on both DLLs and make sure they are targetting the correct architectures in the Unity editor properties pane
34
8. Done!
35
0 commit comments