UniVRM/Assets/UniGLTF/package.json
2024-07-23 12:41:47 +09:00

24 lines
492 B
JSON

{
"name": "com.vrmc.gltf",
"version": "0.124.2",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2021.3",
"keywords": [
"gltf"
],
"author": {
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.124.2",
"com.unity.modules.animation": "1.0.0"
},
"samples": [
{
"displayName": "GltfViewer",
"description": "UniGLTF runtime loader sample",
"path": "Samples~/GltfViewer"
}
]
}