-
Notifications
You must be signed in to change notification settings - Fork 147
/
package.json
38 lines (38 loc) · 1.04 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.dgreenheck.openfracture",
"version": "1.0.2",
"displayName": "OpenFracture",
"description": "Open source tool for slicing/fracturing meshes in Unity during runtime or in the editor.",
"unity": "2021.1",
"keywords": [
"mesh",
"slice",
"fracture"
],
"author": {
"name": "Dan Greenheck",
"email": "[email protected]",
"url": "https://www.unity3d.com"
},
"dependencies": {
"com.unity.test-framework": "1.1.30",
"com.unity.testtools.codecoverage": "1.0.1"
},
"samples": [
{
"displayName": "FractureDemo",
"description": "Demo scene for the Fracture script",
"path": "Samples~/FractureDemo"
},
{
"displayName": "PrefractureDemo",
"description": "Demo scene for the Prefracture script",
"path": "Samples~/PrefractureDemo"
},
{
"displayName": "SliceDemo",
"description": "Demo scene for the Slice script",
"path": "Samples~/SliceDemo"
}
]
}