Skip to content

Commit 4f80b11

Browse files
anthonydiscordmarkmandel
authored andcommitted
Better Unity Social SDK project setup wording (discord#7602)
* Better project setup wording * Update docs/discord-social-sdk/getting-started/using-unity.mdx Co-authored-by: Mark Mandel <[email protected]> --------- Co-authored-by: Mark Mandel <[email protected]>
1 parent 214b658 commit 4f80b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Let's set up your Unity project to include the Social SDK package and add the ne
5151

5252
1. Create a new 2D project in Unity Hub using Unity version 2021.3 or later
5353
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.
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)