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
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,16 @@ The Admin SDK is provided as a simple tool to login to your LootLocker account a
28
28
29
29
1. Navigate to the menu bar and select Window/Open LootLocker Admin Panel.
30
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
31

33
32
3. In the LootLocker Admin Panel, select the game you wish to use.
34
-
35
33

36
34
4. In the Project view, navigate to LootLocker/Game/Resources/Config.
37
35
5. Click on LootLockerConfig.
38
36
6. Modify your the following:
39
37
1. Game Version e.g 1.0.0.0
40
38
2. Platform e.g Android, Steam
41
39
3. Environment e.g Development
42
-
43
40

44
-
45
41
You are now ready to use LootLocker and connect to your game's APIs.
46
42
47
43
### Modifying the Config
@@ -51,15 +47,13 @@ Alternatively, you can configure your Unity project manually by excluding the Ad
51
47
1. Login to the LootLocker Management Console by visiting [my.lootlocker.io](https://my.lootlocker.io)
52
48
2. Click on Settings
53
49
3. Copy your Game Name and API Key
54
-
55
50

56
51
4. Return to Unity
57
52
5. In the Project view, navigate to LootLocker/Game/Resources/Config
58
53
6. Fill in all information based on data from the LootLocker Settings Menu
59
54
1. Game Version e.g 1.0.0.0
60
55
2. Platform e.g Android, Steam
61
56
3. Environment e.g Development
62
-
63
57

64
58
65
59
You are now ready to use LootLocker and connect to your game's APIs.
0 commit comments