-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 915 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 915 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
{
"name": "com.github.username.template",
"version": "0.0.1",
"displayName": "PACKAGE NAME",
"description": "A brief description of the package. This is the text that appears in the details view of the Package Manager window. This field supports UTF–8 character codes. This means that you can use special formatting character codes, such as line breaks (\n) and bullets (\u25AA).",
"unity": "2019.4",
"category": "",
"author": {
"name": "Author Name",
"email": "author@email.com",
"url": "https://github.com/username"
},
"hideInEditor": false,
"samples": [
{
"displayName": "Sample Name",
"path": "Samples~/Path-To-Sample",
"interactiveImport": false
},
{
"displayName": "Sample Name (.unitypackage)",
"path": "Samples~/Path-To-Sample",
"interactiveImport": true
}
],
"dependencies": {
"name-of-dependency": "1.0.0"
}
}