forked from Unity-Technologies/com.unity.probuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.82 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
48
49
50
51
52
53
54
55
56
{
"name": "com.unity.probuilder",
"displayName": "ProBuilder",
"version": "5.0.6",
"unity": "2019.4",
"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.\n\nIf you are using URP/HDRP, be careful to also import the corresponding sample project in the section below to get the proper materials.",
"keywords": [
"3d",
"model",
"mesh",
"modeling",
"geometry",
"shape",
"cube",
"blender",
"max",
"maya",
"fbx",
"obj",
"level",
"design",
"block",
"greybox",
"graybox",
"whitebox",
"prototype",
"probuilder"
],
"samples": [
{
"displayName": "Universal Render Pipeline Support",
"description": "Shaders and materials for the Light Weight Render Pipeline.",
"path": "Samples~/UniversalRenderPipeline"
},
{
"displayName": "High Definition Render Pipeline Support",
"description": "Shaders and materials for the High Definition Render Pipeline.",
"path": "Samples~/HDRP"
},
{
"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.settings-manager": "1.0.3",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.imgui": "1.0.0"
}
}