From d826dc19dae7e4706be243bbab322c7a720b5fd0 Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Mon, 21 Jun 2021 18:34:48 +0900 Subject: [PATCH 1/2] Update mtoon --- Assets/VRMShaders/MToon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRMShaders/MToon b/Assets/VRMShaders/MToon index f9e84d252..186ddee11 160000 --- a/Assets/VRMShaders/MToon +++ b/Assets/VRMShaders/MToon @@ -1 +1 @@ -Subproject commit f9e84d2525e572c51372de1f1d23986ba2f2612c +Subproject commit 186ddee11fa3732ffcbfd3a4639be8c06f6456e1 From aecaa41c30157bf09cb37d711403ac50627e5bc4 Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Mon, 21 Jun 2021 18:36:02 +0900 Subject: [PATCH 2/2] update version v0.67.8 --- Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs | 4 ++-- Assets/UniGLTF/package.json | 4 ++-- Assets/VRM/Runtime/Format/VRMVersion.cs | 4 ++-- Assets/VRM/package.json | 6 +++--- Assets/VRMShaders/package.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 49b67b4dd..7efe42b17 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs @@ -5,7 +5,7 @@ namespace UniGLTF { public const int MAJOR = 2; public const int MINOR = 3; - public const int PATCH = 7; - public const string VERSION = "2.3.7"; + public const int PATCH = 8; + public const string VERSION = "2.3.8"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 5e432168a..75bf162de 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.unigltf", - "version": "2.3.7", + "version": "2.3.8", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2018.4", @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.7" + "com.vrmc.vrmshaders": "0.67.8" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index 29e4af205..da151f3c1 100644 --- a/Assets/VRM/Runtime/Format/VRMVersion.cs +++ b/Assets/VRM/Runtime/Format/VRMVersion.cs @@ -5,7 +5,7 @@ namespace VRM { public const int MAJOR = 0; public const int MINOR = 67; - public const int PATCH = 7; - public const string VERSION = "0.67.7"; + public const int PATCH = 8; + public const string VERSION = "0.67.8"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 263cbeb61..624f307e6 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.67.7", + "version": "0.67.8", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.7", - "com.vrmc.unigltf": "2.3.7" + "com.vrmc.vrmshaders": "0.67.8", + "com.vrmc.unigltf": "2.3.8" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 4889063f0..5571e14a9 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.67.7", + "version": "0.67.8", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",