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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,8 @@ Let's set up your Unity project to include the Social SDK package and add the ne
51
51
52
52
1. Create a new 2D project in Unity Hub using Unity version 2021.3 or later
53
53
2. Either:
54
-
1. Unzip the zip file in the `Packages` folder, or
55
-
2. Unzip the zip file to a temporary location, and [Install Package from Disk](https://docs.unity3d.com/Manual/upm-ui-local.html) from the temporary location.
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 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