From d3f56594da47ab46e66a604f6b17bc4f305a313c Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 1 Feb 2021 15:22:41 +0900 Subject: [PATCH] UniVRM-0.65.3 (UniGLTF-2.1.3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #711 UniGLTFのバージョン番号は、 UniVRMのバージョン番号から機械的に決めることにします。 更新の有無でそれぞれバージョンアップの有無を管理すると煩雑になるためです。 major: 2 minor: UniVRM.minor - 64 patch: UniVRM.patch UniGLTF のバージョンを UniVRMのバージョンに揃えたいのですが、 先に `1.27` というバージョンを持っていて巻き戻るので、とりあえず `2.0` に上げていてやむを得ない状態に。 --- Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs | 6 +++--- Assets/UniGLTF/package.json | 6 +++--- Assets/VRM/Runtime/Format/VRMVersion.cs | 4 ++-- Assets/VRM/package.json | 6 +++--- Assets/VRMShaders/package.json | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 9684c6287..80967130e 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs @@ -4,8 +4,8 @@ namespace UniGLTF public static partial class UniGLTFVersion { public const int MAJOR = 2; - public const int MINOR = 0; - public const int PATCH = 0; - public const string VERSION = "2.0.0"; + public const int MINOR = 1; + public const int PATCH = 3; + public const string VERSION = "2.1.3"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 6f9f84b15..8b5ad0495 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.unigltf", - "version": "2.0.1", + "version": "2.1.3", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2018.4", @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.65.2" + "com.vrmc.vrmshaders": "0.65.3" } -} +} \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index f7a7d1896..1b9bea6f4 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 = 65; - public const int PATCH = 2; - public const string VERSION = "0.65.2"; + public const int PATCH = 3; + public const string VERSION = "0.65.3"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index b57e02b3b..845baf19e 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.65.2", + "version": "0.65.3", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.65.2", - "com.vrmc.unigltf": "2.0.1" + "com.vrmc.vrmshaders": "0.65.3", + "com.vrmc.unigltf": "2.1.3" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 65d97d042..b788c6e36 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.65.2", + "version": "0.65.3", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",