-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 874 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 874 Bytes
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
{
"name": "com.hunter-production.new-libre-fracture",
"displayName": "Libre Fracture 2.0",
"version": "0.0.1",
"unity": "2022.3",
"unityRelease": "25f1",
"description": "A template Unity package folder to use as a basis to build a new package.",
"category": "Tool",
"type": "tool",
"author": {
"name": "Mattia Cacciatore",
"email": "mattiacacciatore.mc@gmaill.com"
},
"dependencies": {
"com.unity.ext.nunit": "1.0.0"
},
"keywords": [
"HunterProduction",
"Physics",
"Destruction",
"Fracture"
],
"samples": [
{
"displayName": "Libre Fracture Sample",
"description": "Sample scene for demonstration purposes.\n<i>Dependencies:</i>\n• <a href=\"https://docs.unity3d.com/Packages/com.unity.probuilder@6.0/manual/installing.html\">ProBuilder</a>",
"path": "Samples~/LibreFractureSample"
}
]
}