From 09a46eb2d76fc405d55c99397b2ddecd524e5289 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 25 Aug 2020 20:57:52 +0900 Subject: [PATCH] UPM package --- Assets/MeshUtility/package.json | 2 +- Assets/VRM/package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Assets/MeshUtility/package.json b/Assets/MeshUtility/package.json index f7ed33c4e..0fe3b9b86 100644 --- a/Assets/MeshUtility/package.json +++ b/Assets/MeshUtility/package.json @@ -1,7 +1,7 @@ { "name" : "com.vrmc.meshutility", "displayName" : "MeshUtility", - "version" : "0.0.1", + "version" : "0.58.1", "unity" : "2018.4", "description" : "MeshUtility is a package for mesh separation, etc. \n\nCheck out the latest information here: ", "keywords" : [ "mesh" ], diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 35cc61876..4eebbfced 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -14,6 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.58.1" + "com.vrmc.vrmshaders": "0.58.1", + "com.vrmc.meshutility": "0.58.1" } }