-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (19 loc) · 847 Bytes
/
package.json
File metadata and controls
20 lines (19 loc) · 847 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.17.3-preview",
"unity": "2020.3",
"displayName": "MeshSync",
"dependencies": {
"com.unity.film-internal-utilities": "0.17.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.3.2-preview",
"com.unity.timeline": "1.2.18"
}
}