-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 861 Bytes
/
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
{
"name": "com.ms.3d_navigation",
"version": "1.0.0",
"displayName": "3D navigation",
"description": "Package to enable fix camera for Ambrosia",
"unity": "2021.1",
"unityRelease": "0b5",
"documentationUrl": "https://example.com/",
"changelogUrl": "https://example.com/changelog.html",
"licensesUrl": "https://example.com/licensing.html",
"author": {
"name": "Joy Albertini",
"email": "[email protected]",
"url": "https://www.unity3d.com"
},
"dependencies": {
"com.unity.textmeshpro": "3.0.6"
},
"samples": [
{
"displayName": "Example scene",
"description": "Scene to show how to use the package",
"path": "Samples/ExampleScene"
},
{
"displayName": "Extra content",
"description": "Full detail text of the project (PDF) and a build",
"path": "Samples/Extra"
}
]
}