Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/discord-social-sdk/getting-started/using-unity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Let's set up your Unity project to include the Social SDK package and add the ne

1. Create a new 2D project in Unity Hub using Unity version 2021.3 or later
2. Either:
1. Unzip the zip file in the `Packages` folder, or
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.
1. Unzip the zip file in the Unity `Packages` folder, or
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.
3. In your project add a `Scripts` folder and create a `DiscordManager.cs` script
4. Add the following code to `DiscordManager.cs`:
```cs
Expand Down