mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-13 08:36:33 -05:00
* rename com.vrmc.unigltf to com.vrmc.gltf * and reversion. com.vrmc.gltf use same version with vrm
28 lines
512 B
JSON
28 lines
512 B
JSON
{
|
|
"name": "com.vrmc.vrm",
|
|
"version": "0.81.0",
|
|
"displayName": "VRM-1.0β",
|
|
"description": "VRM-1.0β 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": "VRM10Viewer",
|
|
"description": "VRM10 runtime loader sample",
|
|
"path": "Samples/VRM10Viewer"
|
|
}
|
|
]
|
|
}
|