mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-13 06:20:01 -05:00
Add unity official module dependencies
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -10,5 +10,8 @@
|
||||
],
|
||||
"author": {
|
||||
"name": "VRM Consortium"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.unity.modules.imageconversion": "1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user