UniVRM/Assets/UniGLTF/package.json
2025-06-12 13:06:30 +09:00

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"
}
]
}