UniVRM/Packages/VRM10/package.json
2025-11-06 15:51:47 +09:00

38 lines
882 B
JSON

{
"name": "com.vrmc.vrm",
"version": "0.130.1",
"displayName": "VRM-1.0",
"description": "VRM-1.0 importer",
"documentationUrl": "https://github.com/vrm-c/UniVRM",
"unity": "2021.3",
"keywords": [
"vrm",
"importer",
"avatar",
"vr"
],
"author": {
"name": "VRM Consortium"
},
"dependencies": {
"com.unity.timeline": "1.7.6",
"com.vrmc.gltf": "0.130.1"
},
"samples": [
{
"displayName": "VRM10Viewer",
"description": "VRM10 runtime loader sample",
"path": "Samples~/VRM10Viewer"
},
{
"displayName": "VRM10FirstPersonSample",
"description": "First Person layer sample with multi camera",
"path": "Samples~/VRM10FirstPersonSample"
},
{
"displayName": "ClothSample",
"description": "Experimental cloth implementation",
"path": "Samples~/ClothSample"
}
]
}