-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 803 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 803 Bytes
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
{
"name": "com.kitbashery.game-kit",
"version": "1.1.1",
"displayName": "Game Kit",
"description": "A collection of feature rich gameplay systems.",
"unity": "2021.3",
"unityRelease": "0f1",
"documentationUrl": "https://kitbashery.com/docs/game-kit",
"changelogUrl": "https://github.com/Kitbashery/Game-Kit/commits/Latest",
"licensesUrl": "https://github.com/Kitbashery/Game-Kit/blob/main/.github/LICENSE",
"keywords": [
"Gameplay",
"Physics",
"Events"
],
"author": {
"name": "Kitbashery",
"email": "kitbashery@gmail.com",
"url": "https://www.kitbashery.com"
},
"type": "tool",
"samples": [
{
"displayName": "Demo Scene(s)",
"description": "Game Kit Demo scene(s).",
"path": "Samples~/Demo"
}
]
}