From 4e90d829fd1395b985305e37381d027becb54fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E7=94=9F=E3=81=AE=E7=94=B7?= Date: Tue, 17 Apr 2018 12:02:56 +0900 Subject: [PATCH 1/4] Add English translation to README.md --- README.md | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 45b1dd9f2..e00ddc42a 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,29 @@ * [MIT License](./LICENSE.txt) -## VRM +## [VRM](https://dwango.github.io/vrm/) +"VRM" is a file format for using 3d humanoid avatars (and models) in VR applications. +VRM is based on glTF2.0. And if you comply with the MIT license, you are free to use it. + 「VRM」はVRアプリケーション向けの人型3Dアバター(3Dモデル)データを扱うためのファイルフォーマットです。 glTF2.0をベースとしており、誰でも自由に利用することができます。 -* https://dwango.github.io/vrm/ - -## UniVRM +## [UniVRM](https://github.com/dwango/UniVRM) +"UniVRM" is an implementation for Unity of VRM. It can create, import and export for VRM models. +* Currently, support for Unity 5.6+ + UniVRMはVRMのUnity実装で、VRMモデルの作成・インポート・エクスポートができます。 - -* Unity5.6以降をサポートしています。 +* Unity 5.6以降をサポートしています。 ## Download +### +1. Go to the [releases page](https://github.com/dwango/UniVRM/releases) +1. Download latest ``UniVRM-0.xx.unitypackage`` +1. Import to Unity project. -``UniVRM-0.xx.unitypackage``をダウンロードしてUnityにインポートしてください。 - -* https://github.com/dwango/UniVRM/releases - +### +1. 本リポジトリの[リリースページ](https://github.com/dwango/UniVRM/releases)へ移動してください +1. 最新の``UniVRM-0.xx.unitypackage``をダウンロードしてください。 +1. ``UniVRM-0.xx.unitypackage``をUnityのプロジェクトにインポートしてください From 28562f3bc103516be380a1f9488fb6eeb86f957c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E7=94=9F=E3=81=AE=E7=94=B7?= Date: Tue, 17 Apr 2018 12:03:40 +0900 Subject: [PATCH 2/4] =?UTF-8?q?Add=20consistency=20=E3=80=8C=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e00ddc42a..2cc98f5d1 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ glTF2.0をベースとしており、誰でも自由に利用することがで "UniVRM" is an implementation for Unity of VRM. It can create, import and export for VRM models. * Currently, support for Unity 5.6+ - -UniVRMはVRMのUnity実装で、VRMモデルの作成・インポート・エクスポートができます。 +   +「UniVRM」はVRMのUnity実装で、VRMモデルの作成・インポート・エクスポートができます。 * Unity 5.6以降をサポートしています。 ## Download From 4478ffa1384cc8d1075a2e6bb28ad35780624dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E7=94=9F=E3=81=AE=E7=94=B7?= Date: Tue, 17 Apr 2018 12:06:31 +0900 Subject: [PATCH 3/4] Distinguish between English and Japanese --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2cc98f5d1..35cb09b9d 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,21 @@ * [MIT License](./LICENSE.txt) ## [VRM](https://dwango.github.io/vrm/) - -"VRM" is a file format for using 3d humanoid avatars (and models) in VR applications. +### +"VRM" is a file format for using 3d humanoid avatars (and models) in VR applications. VRM is based on glTF2.0. And if you comply with the MIT license, you are free to use it. - + +### 「VRM」はVRアプリケーション向けの人型3Dアバター(3Dモデル)データを扱うためのファイルフォーマットです。 glTF2.0をベースとしており、誰でも自由に利用することができます。 ## [UniVRM](https://github.com/dwango/UniVRM) - +### "UniVRM" is an implementation for Unity of VRM. It can create, import and export for VRM models. -* Currently, support for Unity 5.6+ -   -「UniVRM」はVRMのUnity実装で、VRMモデルの作成・インポート・エクスポートができます。 +* Currently, support for Unity 5.6+ + +### +「UniVRM」はVRMのUnity実装で、VRMモデルの作成・インポート・エクスポートができます。 * Unity 5.6以降をサポートしています。 ## Download From ba191d79548c15937c8f84a7613682e9326702a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E7=94=9F=E3=81=AE=E7=94=B7?= Date: Tue, 17 Apr 2018 12:11:13 +0900 Subject: [PATCH 4/4] Add note in English --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 35cb09b9d..14b4dbc08 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ ## [VRM](https://dwango.github.io/vrm/) ### -"VRM" is a file format for using 3d humanoid avatars (and models) in VR applications. -VRM is based on glTF2.0. And if you comply with the MIT license, you are free to use it. +"VRM" is a file format for using 3d humanoid avatars (and models) in VR applications. +VRM is based on glTF2.0. And if you comply with the MIT license, you are free to use it. +* The document is still only Japanese. ### 「VRM」はVRアプリケーション向けの人型3Dアバター(3Dモデル)データを扱うためのファイルフォーマットです。 @@ -24,11 +25,11 @@ glTF2.0をベースとしており、誰でも自由に利用することがで ## Download ### -1. Go to the [releases page](https://github.com/dwango/UniVRM/releases) -1. Download latest ``UniVRM-0.xx.unitypackage`` -1. Import to Unity project. +1. Go to the [releases page](https://github.com/dwango/UniVRM/releases) +1. Download latest ``UniVRM-0.xx.unitypackage`` +1. Import to Unity project. ### -1. 本リポジトリの[リリースページ](https://github.com/dwango/UniVRM/releases)へ移動してください -1. 最新の``UniVRM-0.xx.unitypackage``をダウンロードしてください。 -1. ``UniVRM-0.xx.unitypackage``をUnityのプロジェクトにインポートしてください +1. 本リポジトリの[リリースページ](https://github.com/dwango/UniVRM/releases)へ移動してください。 +1. 最新の``UniVRM-0.xx.unitypackage``をダウンロードしてください。 +1. ``UniVRM-0.xx.unitypackage``をUnityのプロジェクトにインポートしてください。