Add unity official module dependencies

This commit is contained in:
mkc1370
2022-04-07 22:14:34 +09:00
parent 80b228003b
commit 8f4cfeb432
3 changed files with 7 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.97.0"
"com.vrmc.vrmshaders": "0.97.0",
"com.unity.modules.animation": "1.0.0"
}
}

View File

@@ -15,7 +15,8 @@
},
"dependencies": {
"com.vrmc.vrmshaders": "0.97.0",
"com.vrmc.gltf": "0.97.0"
"com.vrmc.gltf": "0.97.0",
"com.unity.ugui": "1.0.0"
},
"samples": [
{

View File

@@ -10,5 +10,8 @@
],
"author": {
"name": "VRM Consortium"
},
"dependencies": {
"com.unity.modules.imageconversion": "1.0.0"
}
}