-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.22 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "com.zigurous.prototyping",
"version": "0.4.0",
"displayName": "Prototyping Kit",
"description": "The Prototyping Kit package contains assets and materials for prototyping levels in Unity. The prefabs included in the package can be styled without needing to create new materials, and they are tiled automatically based on the size of the object.",
"unity": "2019.4",
"repository": "https://github.com/zigurous/unity-prototyping-kit",
"documentationUrl": "https://docs.zigurous.com/com.zigurous.prototyping",
"changelogUrl": "https://docs.zigurous.com/com.zigurous.prototyping/changelog",
"licensesUrl": "https://docs.zigurous.com/com.zigurous.prototyping/license",
"keywords": [
"prototyping",
"materials",
"textures",
"grid",
"checkerboard",
"tiling",
"models",
"prefabs",
"ramps",
"stairs"
],
"samples": [
{
"displayName": "Playground",
"description": "Unity playground scene reconstructed with the Prototyping Kit.",
"path": "Samples~/Playground"
}
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/@zigurous"
},
"author": {
"name": "Zigurous",
"email": "support@zigurous.com",
"url": "https://zigurous.com"
}
}