Skip to content

Commit 80a9c1e

Browse files
authored
Update README.md
1 parent 7364bae commit 80a9c1e

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,53 @@ The following steps outline how to install the LootLocker SDK into your Unity pr
1313
6. Click import to complete the SDK installation
1414

1515
**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.
16+
17+
## Set Up
18+
19+
Now that you have installed the SDK into your Unity project, you will want to connect the Unity project to your game in the LootLocker Management Console.
20+
21+
The following steps walks you through configuring the LootLocker Unity SDK to work with a game that has been created in the LootLocker Management Console at [my.lootlocker.io](https://my.lootlocker.io)
22+
23+
There are two methods for setting up the SDK: using the Admin SDK or by manually editing the config file.
24+
25+
### Using the Admin SDK
26+
27+
The Admin SDK is provided as a simple tool to login to your LootLocker account and configure your Unity project to a game you have set up in the LootLocker Management Console.
28+
29+
1. Navigate to the menu bar and select Window/Open LootLocker Admin Panel.
30+
2. Enter the email and password for your LootLocker account. If you do not have a LootLocker account you can create one by visiting [lootlocker.io/sign-up](https://www.lootlocker.io/sign-up).
31+
32+
![](/uploads/sdk-3.png)
33+
3. In the LootLocker Admin Panel, select the game you wish to use.
34+
35+
![](/uploads/sdk-4.png)
36+
4. In the Project view, navigate to LootLocker/Game/Resources/Config.
37+
5. Click on LootLockerConfig.
38+
6. Modify your the following:
39+
1. Game Version e.g 1.0.0.0
40+
2. Platform e.g Android, Steam
41+
3. Environment e.g Development
42+
43+
![](/uploads/sdk-5.png)
44+
45+
You are now ready to use LootLocker and connect to your game's APIs.
46+
47+
### Modifying the Config
48+
49+
Alternatively, you can configure your Unity project manually by excluding the Admin SDK from the installation.
50+
51+
1. Login to the LootLocker Management Console by visiting [my.lootlocker.io](https://my.lootlocker.io)
52+
2. Click on Settings
53+
3. Copy your Game Name and API Key
54+
55+
![](/uploads/sdk-6.png)
56+
4. Return to Unity
57+
5. In the Project view, navigate to LootLocker/Game/Resources/Config
58+
6. Fill in all information based on data from the LootLocker Settings Menu
59+
1. Game Version e.g 1.0.0.0
60+
2. Platform e.g Android, Steam
61+
3. Environment e.g Development
62+
63+
![](/uploads/sdk-5.png)
64+
65+
You are now ready to use LootLocker and connect to your game's APIs.

0 commit comments

Comments
 (0)