mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-30 22:35:15 -05:00
* rename com.vrmc.unigltf to com.vrmc.gltf * and reversion. com.vrmc.gltf use same version with vrm
43 lines
987 B
JSON
43 lines
987 B
JSON
{
|
|
"name": "com.vrmc.univrm",
|
|
"version": "0.81.0",
|
|
"displayName": "VRM",
|
|
"description": "VRM importer",
|
|
"unity": "2019.4",
|
|
"keywords": [
|
|
"vrm",
|
|
"importer",
|
|
"avatar",
|
|
"vr"
|
|
],
|
|
"author": {
|
|
"name": "VRM Consortium"
|
|
},
|
|
"dependencies": {
|
|
"com.vrmc.vrmshaders": "0.81.0",
|
|
"com.vrmc.unigltf": "0.81.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"
|
|
},
|
|
{
|
|
"displayName": "AnimationBridgeSample",
|
|
"description": "BlendShape animation clip sample",
|
|
"path": "Samples/AnimationBridgeSample"
|
|
}
|
|
]
|
|
}
|