Skip to content

Commit eada25b

Browse files
authored
Social SDK: Updated Unity Install Instructions (#7544)
Unity SDK download is now a zip file, so the installation instructions have now changed.
1 parent 76762eb commit eada25b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ A Unity sample project is available for download on this page, but we are not go
5050
Let's set up your Unity project to include the Social SDK package and add the necessary objects and scripts to use it.
5151

5252
1. Create a new 2D project in Unity Hub using Unity version 2021.3 or later
53-
2. Open **Window > Package Manager**
54-
3. Click **+ > Add package from tarball...**
55-
4. In your project add a `Scripts` folder and create a `DiscordManager.cs` script
56-
5. Add the following code to `DiscordManager.cs`:
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.
56+
3. In your project add a `Scripts` folder and create a `DiscordManager.cs` script
57+
4. Add the following code to `DiscordManager.cs`:
5758
```cs
5859
using UnityEngine;
5960
using UnityEngine.UI;

0 commit comments

Comments
 (0)