From 42dbc61b91e7b2739125a6da43fe50a6c0a6f45c Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 12 May 2025 16:08:56 +0900 Subject: [PATCH 1/3] dependencies for empty Packages\manifest.json --- Assets/UniGLTF/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index c04ee73c8..5dd5c10b4 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -11,7 +11,10 @@ "name": "VRM Consortium" }, "dependencies": { - "com.unity.modules.animation": "1.0.0" + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0", + "com.unity.feature.development": "1.0.1" }, "samples": [ { @@ -20,4 +23,4 @@ "path": "Samples~/GltfViewer" } ] -} \ No newline at end of file +} From 271d2ae6b6dbede8a84d4f995d8037c9d2b3433e Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 14 May 2025 13:27:55 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E7=94=9F=E6=88=90=E5=85=83=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/UniGLTF/package.json | 2 +- Assets/VRM/Editor/Format/VRMVersionMenu.cs | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 5dd5c10b4..30c60ea66 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -23,4 +23,4 @@ "path": "Samples~/GltfViewer" } ] -} +} \ No newline at end of file diff --git a/Assets/VRM/Editor/Format/VRMVersionMenu.cs b/Assets/VRM/Editor/Format/VRMVersionMenu.cs index 86266ed4b..e0a0a94e9 100644 --- a/Assets/VRM/Editor/Format/VRMVersionMenu.cs +++ b/Assets/VRM/Editor/Format/VRMVersionMenu.cs @@ -169,7 +169,10 @@ namespace UniGLTF ""name"": ""VRM Consortium"" }}, ""dependencies"": {{ - ""com.unity.modules.animation"": ""1.0.0"" + ""com.unity.modules.animation"": ""1.0.0"", + ""com.unity.modules.imgui"": ""1.0.0"", + ""com.unity.modules.imageconversion"": ""1.0.0"", + ""com.unity.feature.development"": ""1.0.1"" }}, ""samples"": [ {{ From 766d2f2caed3d87e017ba5ff82753bd76b9692e2 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 15 May 2025 14:52:17 +0900 Subject: [PATCH 3/3] "com.unity.test-framework": "1.4.6" from "com.unity.feature.development": "1.0.1" --- Assets/UniGLTF/package.json | 2 +- Assets/VRM/Editor/Format/VRMVersionMenu.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 30c60ea66..8fa3066af 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -14,7 +14,7 @@ "com.unity.modules.animation": "1.0.0", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", - "com.unity.feature.development": "1.0.1" + "com.unity.test-framework": "1.4.6" }, "samples": [ { diff --git a/Assets/VRM/Editor/Format/VRMVersionMenu.cs b/Assets/VRM/Editor/Format/VRMVersionMenu.cs index e0a0a94e9..65514ae25 100644 --- a/Assets/VRM/Editor/Format/VRMVersionMenu.cs +++ b/Assets/VRM/Editor/Format/VRMVersionMenu.cs @@ -172,7 +172,7 @@ namespace UniGLTF ""com.unity.modules.animation"": ""1.0.0"", ""com.unity.modules.imgui"": ""1.0.0"", ""com.unity.modules.imageconversion"": ""1.0.0"", - ""com.unity.feature.development"": ""1.0.1"" + ""com.unity.test-framework"": ""1.4.6"" }}, ""samples"": [ {{