forked from unity3d-jp/MeshSync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (19 loc) · 848 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (19 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "com.unity.meshsync",
"description": "Working together with MeshSyncDCCPlugin, MeshSync provides features to reflect changes to models made in DCC tools into Unity in real time",
"version": "0.8.4-preview",
"unity": "2019.4",
"displayName": "MeshSync",
"dependencies": {
"com.unity.film-internal-utilities": "0.11.0-preview",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.cloth": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.screencapture": "1.0.0",
"com.unity.sharp-zip-lib": "1.2.2-preview.1",
"com.unity.timeline": "1.2.14"
}
}