mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-25 07:28:51 -05:00
26 lines
585 B
JSON
26 lines
585 B
JSON
{
|
|
"name": "com.vrmc.gltf",
|
|
"version": "0.130.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",
|
|
"com.unity.modules.imgui": "1.0.0",
|
|
"com.unity.modules.imageconversion": "1.0.0",
|
|
"com.unity.test-framework": "1.4.6"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "GltfViewer",
|
|
"description": "UniGLTF runtime loader sample",
|
|
"path": "Samples~/GltfViewer"
|
|
}
|
|
]
|
|
} |