Skip to content

Commit 039da66

Browse files
authored
Update README.md
1 parent bdd029b commit 039da66

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,28 @@ The SDK is now installed in your project, and you are ready to configure the SDK
1818
It’s time to connect the SDK in your project to the LootLocker Management Console. Depending on the game engine, there might be different ways to achieve this, so make sure you read everything before getting started.
1919
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. The following steps walk you through configuring the LootLocker Unity SDK to work with a game that has already been created in the LootLocker Management Console. If you haven’t created a game or account yet, please visit my.lootlocker.io or follow this guide.
2020
There are two methods for setting up the SDK: setting it up manually in the project settings in the editor or using the Admin SDK. This tutorial will explain both ways.
21+
2122
### Configure via Project Settings
2223
Login to the LootLocker Management Console by visiting my.lootlocker.io.
24+
2325
Click on Game Settings and copy your API Key.
26+
2427
Return to the Unity Editor, Click on Edit, and then Project Settings.
2528

2629
Click on LootLocker SDK in the list to the left and fill in your API Key copied from the LootLocker dashboard.
2730

2831
Fill in all information based on data from the LootLocker Settings Menu.
32+
2933
API Key is found in Game Settings in the LootLocker Management Console.
34+
3035
Game Version refers to the current version of the game in the format 1.2.3.4 (the 3 and 4 being optional but recommended).
36+
3137
Platform is the name of the platform the game will be built for (e.g Steam, PSN, Android, iOS).
38+
3239
Environment lets you test your unpublished changes in the LootLocker Management Console by selecting Development instead of Live.
40+
3341
Current Debug Level allows you to configure the debug level of the SDK. This can be set to Errors Only, Normal Only, or Off.
42+
3443
Allow Token Refresh can be selected so that the SDK automatically attempts to refresh the session token if it expires. Otherwise the session token needs to be renewed manually.
44+
3545
You have now configured the LootLocker SDK. In the next section you will learn how to make your first API calls.

0 commit comments

Comments
 (0)