UniVRM/Assets/VRM10/package.json
2024-10-25 12:58:40 +09:00

32 lines
647 B
JSON

{
"name": "com.vrmc.vrm",
"version": "0.127.2",
"displayName": "VRM-1.0",
"description": "VRM-1.0 importer",
"unity": "2021.3",
"keywords": [
"vrm",
"importer",
"avatar",
"vr"
],
"author": {
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.gltf": "0.127.2"
},
"samples": [
{
"displayName": "VRM10Viewer",
"description": "VRM10 runtime loader sample",
"path": "Samples~/VRM10Viewer"
},
{
"displayName": "VRM10FirstPersonSample",
"description": "First Person layer sample with multi camera",
"path": "Samples~/VRM10FirstPersonSample"
}
]
}