You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,12 @@ Full documentation available here https://docs.lootlocker.io/unity-sdk/
4
4
## Installation
5
5
6
6
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".
0 commit comments