-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
47 lines (47 loc) · 1.33 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
39
40
41
42
43
44
45
46
47
{
"name": "com.unity.probuilder",
"displayName": "ProBuilder",
"version": "6.0.4",
"unity": "6000.0",
"description": "Build, edit, and texture custom geometry in Unity. Use ProBuilder for in-scene level design, prototyping, collision meshes, all with on-the-fly play-testing.\n\nAdvanced features include UV editing, vertex colors, parametric shapes, and texture blending. With ProBuilder's model export feature it's easy to tweak your levels in any external 3D modelling suite.",
"keywords": [
"3d",
"model",
"mesh",
"modeling",
"geometry",
"shape",
"cube",
"blender",
"max",
"maya",
"fbx",
"obj",
"level",
"design",
"block",
"greybox",
"graybox",
"whitebox",
"prototype",
"probuilder"
],
"samples": [
{
"displayName": "Editor Examples",
"description": "Scripts demonstrating how to integrate new functionality into the ProBuilder editor window.",
"path": "Samples~/Editor"
},
{
"displayName": "Runtime Examples",
"description": "Scripts showing how to create and modify meshes at runtime.",
"path": "Samples~/Runtime"
}
],
"dependencies": {
"com.unity.shadergraph": "17.0.2",
"com.unity.settings-manager": "1.0.3",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.imgui": "1.0.0"
}
}