Merge pull request #1761 from mkc1370/fix/package_dependencies

Unity公式モジュールの依存関係が不足している問題を修正
This commit is contained in:
ousttrue
2022-08-08 14:13:34 +09:00
committed by GitHub
4 changed files with 14 additions and 4 deletions

View File

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

View File

@@ -81,6 +81,9 @@ namespace VRM
],
""author"": {{
""name"": ""VRM Consortium""
}},
""dependencies"": {{
""com.unity.modules.imageconversion"": ""1.0.0""
}}
}}
"),
@@ -102,7 +105,8 @@ namespace VRM
}},
""dependencies"": {{
""com.vrmc.vrmshaders"": ""{1}"",
""com.vrmc.gltf"": ""{0}""
""com.vrmc.gltf"": ""{0}"",
""com.unity.ugui"": ""1.0.0""
}},
""samples"": [
{{
@@ -180,7 +184,8 @@ namespace VRM
""name"": ""VRM Consortium""
}},
""dependencies"": {{
""com.vrmc.vrmshaders"": ""{1}""
""com.vrmc.vrmshaders"": ""{1}"",
""com.unity.modules.animation"": ""1.0.0""
}}
}}");

View File

@@ -15,7 +15,8 @@
},
"dependencies": {
"com.vrmc.vrmshaders": "0.102.1",
"com.vrmc.gltf": "0.102.1"
"com.vrmc.gltf": "0.102.1",
"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"
}
}