From f4e27f6053d9c96c20c051e43b937f639c240b2f Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Sat, 30 Jan 2021 01:07:15 +0900 Subject: [PATCH 1/2] Bump UniGLTF package version Reason: Latest UniGLTF has changes, but package version is not changed. So, not updated package on UPM registory. (e.g. openupm.com) --- Assets/UniGLTF/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 49da695cf..6f9f84b15 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.unigltf", - "version": "2.0.0", + "version": "2.0.1", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2018.4", @@ -13,4 +13,4 @@ "dependencies": { "com.vrmc.vrmshaders": "0.65.2" } -} \ No newline at end of file +} From 0f7301665733e8ac0e757706e17902767e6f1fdb Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Sat, 30 Jan 2021 17:13:35 +0900 Subject: [PATCH 2/2] Upgrade usage dependencies --- Assets/VRM/package.json | 2 +- Assets/VRM10/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 7cf86a88c..b57e02b3b 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "com.vrmc.vrmshaders": "0.65.2", - "com.vrmc.unigltf": "2.0.0" + "com.vrmc.unigltf": "2.0.1" } } diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index 1601a8686..328a01036 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -6,6 +6,6 @@ "description": "vrm unity utility", "dependencies": { "com.vrmc.vrmshaders": "0.64.0", - "com.vrmc.unigltf": "2.0.0" + "com.vrmc.unigltf": "2.0.1" } -} \ No newline at end of file +}