mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 05:44:48 -05:00
Merge pull request #1761 from mkc1370/fix/package_dependencies
Unity公式モジュールの依存関係が不足している問題を修正
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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""
|
||||
}}
|
||||
}}");
|
||||
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -10,5 +10,8 @@
|
||||
],
|
||||
"author": {
|
||||
"name": "VRM Consortium"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.unity.modules.imageconversion": "1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user