-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
23 lines (23 loc) · 1.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "com.lootlocker.lootlockersdk",
"version": "3.3.0",
"displayName": "LootLocker",
"description": "LootLocker is a game backend-as-a-service with plug and play tools to upgrade your game and give your players the best experience possible. Designed for teams of all shapes and sizes, on mobile, PC and console. From solo developers, indie teams, AAA studios, and publishers. Built with cross-platform in mind.\n\n▪ Manage your game\nSave time and upgrade your game with leaderboards, progression, and more. Completely off-the-shelf features, built to work with any game and platform.\n\n▪ Manage your content\nTake charge of your game's content on all platforms, in one place. Sort, edit and manage everything, from cosmetics to currencies, UGC to DLC. Without breaking a sweat.\n\n▪ Manage your players\nStore your players' data together in one place. Access their profile and friends list cross-platform. Manage reports, messages, refunds and gifts to keep them hooked.\n",
"unity": "2019.2",
"changelogUrl": "https://github.com/lootlocker/unity-sdk/releases",
"documentationUrl": "https://docs.lootlocker.com/",
"licensesUrl": "https://github.com/LootLocker/unity-sdk/blob/main/LICENSE",
"author": {
"name": "LootLocker",
"email": "hello@lootlocker.com",
"url": "https://lootlocker.com"
},
"type": "tool",
"samples": [
{
"displayName": "LootLockerExamples",
"description": "Contains samples for a few different features",
"path": "Samples~/LootLockerExamples"
}
]
}