This repository was archived by the owner on Apr 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.96 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "com.trytalo.talo",
"version": "0.37.1",
"displayName": "Talo Game Services",
"description": "Talo (https://trytalo.com) is an open-source game backend with services designed to help you build games faster. You can currently:\n\n- Identify and authenticate players\n- Store persistent data across players\n- Track events (levelling up, finding loot, etc)\n- Display high scores with leaderboards\n- Store and load player saves\n- Load game config options and flags from the cloud\n- Get feedback directly from your players\n- Send channel messages between players\n- See if players are online and set custom statuses",
"unity": "6000.0",
"keywords": [],
"author": {
"name": "Talo",
"email": "help@trytalo.com",
"url": "https://trytalo.com"
},
"type": "library",
"samples": [
{
"displayName": "Playground",
"description": "A simple UI-based playground, allowing you to test identifying, events, stats and leaderboards",
"path": "Samples~/Playground"
},
{
"displayName": "Saves Demo",
"description": "A basic saves UI, allowing you to load, create and update saves",
"path": "Samples~/SavesDemo"
},
{
"displayName": "Leaderboards Demo",
"description": "A minimal leaderboard UI, allowing you to add and update entries",
"path": "Samples~/LeaderboardsDemo"
},
{
"displayName": "Authentication Demo",
"description": "A register/login/verify flow, showing how to create and authenticate player accounts",
"path": "Samples~/AuthenticationDemo"
},
{
"displayName": "Chat Demo",
"description": "A simple chat UI, allowing you to create channels, join channels and send messages",
"path": "Samples~/ChatDemo"
}
],
"changelogUrl": "https://github.com/TaloDev/unity/releases",
"documentationUrl": "https://docs.trytalo.com",
"dependencies": {
"com.unity.test-framework": "1.3.0",
"com.mikeschweitzer.websocket": "3.0.1"
}
}