Skip to content

Commit 55d32d0

Browse files
committed
Merge branch 'master' of github.com:LootLocker/unity-sdk
2 parents c94c30e + 5471d7e commit 55d32d0

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ Full documentation available here https://docs.lootlocker.io/unity-sdk/
44
## Installation
55

66
The following steps outline how to install the LootLocker SDK into your Unity project.
7-
8-
1. Download the latest Unity Package Release from the [Github](https://github.com/LootLocker/unity-sdk) repository or from the [Unity Asset Store](https://assetstore.unity.com/packages/slug/180099)**.**
9-
2. Double-click on the package or drag the package into your Unity scene to import it.
10-
3. LootLocker requires “Editor Coroutine” from the package manager to function properly. If you currently have this in your project you can click exit in the window that displays after importing.
11-
Note: If you imported from github release and not Unity. You might need to open the package manager and install "Editor Coroutine". Otherwise project might not compile.
12-
4. If you are importing the package into an already existing project, please untick the project settings so your settings are not overwritten.
13-
5. If you already have the package “JsonDotNet” or “NewtonJson” from the Unity Asset Store or Github, please untick the “Dependencies” folder
14-
6. Click import to complete the SDK installation
15-
16-
**Note**: If you do not intend to use the Admin SDK, Unity Samples or Sample App, you can safely delete the folders within the LootLocker folder to reduce the size of the project.
7+
1. Install from Unity Package Manager (Recommended)
8+
1. Make sure you have git installed on your computer.
9+
2. Open your Unity Editor of choice.
10+
3. Navigate to the package manager by clicking on "Window" and then "Package Manager".
11+
4. Click on the Plus button on top of the package manager window and then select "Add package from git URL"
12+
5. Enter the Url "https://github.com/LootLocker/unity-sdk.git" into the text box and click on "Add".
1713

1814
## Set Up
1915

0 commit comments

Comments
 (0)