UniVRM/Assets/UniGLTF/package.json
ousttrue 0bfef39e3c UniVRM-0.128.0
Unity 2022.3.52f1
2024-11-12 16:45:15 +09:00

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