You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/discord-social-sdk/getting-started/using-unity.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Let's set up your Unity project to include the Social SDK package and add the ne
52
52
1. Create a new 2D project in Unity Hub using Unity version 2021.3 or later
53
53
2. Either:
54
54
1. Unzip the zip file in the Unity `Packages` folder, or
55
-
2. Unzip the zip file and [Install Package from Disk](https://docs.unity3d.com/Manual/upm-ui-local.html). Make sure the folder is in a permanent spot as Unity will reference it from that location.
55
+
2. Unzip the zip file and [Install Package from Disk](https://docs.unity3d.com/Manual/upm-ui-local.html). Make sure the folder is in a directory that won't get moved or deleted as your Unity project will load it from that location.
56
56
3. In your project add a `Scripts` folder and create a `DiscordManager.cs` script
0 commit comments