From b39e27db0af873b77513e5cf8e1e6512225a4f80 Mon Sep 17 00:00:00 2001 From: PoChangSu Date: Tue, 23 Jun 2020 18:10:51 +0900 Subject: [PATCH] correct git url --- Assets/MeshUtility/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/MeshUtility/README.md b/Assets/MeshUtility/README.md index 769f3a173..fa403cc9b 100644 --- a/Assets/MeshUtility/README.md +++ b/Assets/MeshUtility/README.md @@ -20,7 +20,7 @@ You can add MeshUtility package via `UPM`. First click `Window` from menu on top -In `Package Manager`, click `Add package from git URL` and paste `https://github.com/UniVRM/UniVRM.git?path=/Assets/MeshUtility`. +In `Package Manager`, click `Add package from git URL` and paste `https://github.com/vrm-c/UniVRM.git?path=/Assets/MeshUtility`. @@ -33,7 +33,7 @@ Another way of importing MeshUtility is manually adding necessary information in ```json { "dependencies": { - "com.vrmc.meshutility": "https://github.com/UniVRM/UniVRM.git?path=/Assets/MeshUtility", + "com.vrmc.meshutility": "https://github.com/vrm-c/UniVRM.git?path=/Assets/MeshUtility", } } ```