-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.28 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.28 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
{
"name": "com.box3lab.box3",
"version": "0.1.0",
"displayName": "Box3Blocks",
"description": "Box3 方块编辑工具包 / Box3 Blocks Toolkit\n▪ 可视化搭建与编辑\n▪ 地形导入/导出\n▪ 图集与材质自动生成\n▪ 支持编辑器与运行时 API 二次开发\n\n▪ Visual block world building and editing\n▪ Import/export terrain data\n▪ Automatic atlas and material generation\n▪ Reusable APIs for both Editor and Runtime",
"unity": "2022.3",
"license": "Apache-2.0",
"hideInEditor": false,
"dependencies": {},
"documentationUrl": "https://docs.box3lab.com/unity-package",
"samples": [
{
"displayName": "编辑器噪声地形示例",
"description": "基于噪声的地形生成的编辑器示例。",
"path": "Samples~/EditorApiDemo"
},
{
"displayName": "运行时放置/删除示例",
"description": "方块放置与删除测试的运行时示例。",
"path": "Samples~/RuntimeApiDemo"
}
],
"keywords": [
"box3",
"blocks"
],
"category": "Tools",
"repository": {
"type": "git",
"url": "https://github.com/box3lab/Box3Blocks-unityPackage.git"
},
"bugs": {
"url": "https://github.com/box3lab/Box3Blocks-unityPackage/issues"
},
"author": {
"name": "神岛实验室"
}
}