Skip to content

Commit baab148

Browse files
Update docs/discord-social-sdk/getting-started/using-unity.mdx
Co-authored-by: Mark Mandel <[email protected]>
1 parent 8316e25 commit baab148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/discord-social-sdk/getting-started/using-unity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Let's set up your Unity project to include the Social SDK package and add the ne
5252
1. Create a new 2D project in Unity Hub using Unity version 2021.3 or later
5353
2. Either:
5454
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.
5656
3. In your project add a `Scripts` folder and create a `DiscordManager.cs` script
5757
4. Add the following code to `DiscordManager.cs`:
5858
```cs

0 commit comments

Comments
 (0)