Files
UniVRM/Assets/VRM/package.json
2021-08-18 17:30:12 +09:00

37 lines
827 B
JSON

{
"name": "com.vrmc.univrm",
"version": "0.80.0",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
"keywords": [
"vrm",
"importer",
"avatar",
"vr"
],
"author": {
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.80.0",
"com.vrmc.unigltf": "2.16.0"
},
"samples": [
{
"displayName": "SimpleViewer",
"description": "VRM runtime loader sample",
"path": "Samples~/SimpleViewer"
},
{
"displayName": "FirstPersonSample",
"description": "First Person layer sample with multi camera",
"path": "Samples~/FirstPersonSample"
},
{
"displayName": "RuntimeExporterSample",
"description": "VRM runtime exporter sample",
"path": "Samples~/RuntimeExporterSample"
}
]
}