UniVRM/Assets/UniGLTF/package.json
sh0u 9cb6a92264
Update package.json
Add dependencies "com.unity.test-framework"
2024-09-11 20:28:24 +09:00

25 lines
496 B
JSON

{
"name": "com.vrmc.gltf",
"version": "0.126.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.test-framework": "1.0.0"
},
"samples": [
{
"displayName": "GltfViewer",
"description": "UniGLTF runtime loader sample",
"path": "Samples~/GltfViewer"
}
]
}