forked from webaverse/unityexporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 721 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 721 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
{
"name": "com.webaverse.unityexporter",
"version": "0.0.1",
"displayName": "WebaverseUnityExporter",
"description": "Export your world to the Metaverse",
"unity": "2022.1",
"unityRelease": "3f1",
"documentationUrl": "https://github.com/webaverse/unityexporter",
"changelogUrl": "https://github.com/webaverse/unityexporter/CHANGELOG.md",
"licensesUrl": "https://github.com/webaverse/unityexporter/LICENSE.md",
"dependencies": {
"com.atteneder.gltfast": "4.8.2",
"com.unity.nuget.newtonsoft-json": "3.0.0"
},
"keywords": [
"webaverse",
"scene",
"export"
],
"author": {
"name": "Webaverse",
"email": "hello@webaverse.com",
"url": "https://www.webaverse.com"
}
}