diff --git a/docs/discord-social-sdk/getting-started/using-unity.mdx b/docs/discord-social-sdk/getting-started/using-unity.mdx index db182e067a..d57b891bd4 100644 --- a/docs/discord-social-sdk/getting-started/using-unity.mdx +++ b/docs/discord-social-sdk/getting-started/using-unity.mdx @@ -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 directory that won't get moved or deleted as your Unity project will load 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