mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-03 03:35:34 -05:00
23 lines
454 B
JSON
23 lines
454 B
JSON
{
|
|
"name": "com.vrmc.gltf",
|
|
"version": "0.128.0",
|
|
"displayName": "UniGLTF",
|
|
"description": "GLTF importer and exporter",
|
|
"unity": "2021.3",
|
|
"keywords": [
|
|
"gltf"
|
|
],
|
|
"author": {
|
|
"name": "VRM Consortium"
|
|
},
|
|
"dependencies": {
|
|
"com.unity.modules.animation": "1.0.0"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "GltfViewer",
|
|
"description": "UniGLTF runtime loader sample",
|
|
"path": "Samples~/GltfViewer"
|
|
}
|
|
]
|
|
} |