diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 826fd0a49..0baf36577 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -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" } } \ No newline at end of file diff --git a/Assets/VRM/Editor/Format/VRMVersionMenu.cs b/Assets/VRM/Editor/Format/VRMVersionMenu.cs index cc2efb9d1..ee590a0f6 100644 --- a/Assets/VRM/Editor/Format/VRMVersionMenu.cs +++ b/Assets/VRM/Editor/Format/VRMVersionMenu.cs @@ -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"" }} }}"); diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index d8c975b2c..f4d4b1202 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -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": [ { diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index d3bd6e56e..2b5d9cbfc 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -10,5 +10,8 @@ ], "author": { "name": "VRM Consortium" + }, + "dependencies": { + "com.unity.modules.imageconversion": "1.0.0" } }