Merge pull request #1147 from ousttrue/fix/update_README

Update unity version & end preview release
This commit is contained in:
PoChang007 2021-08-12 19:17:32 +09:00 committed by GitHub
commit 6fc8fcce79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 34 deletions

View File

@ -7,7 +7,10 @@ https://github.com/vrm-c/UniVRM
UniVRM は、VRMフォーマットを読み書きする Unity package です。
バージョン `v0.80.0` から、`Unity-2019.4LTS` 以降をサポートします。
* [Unityのバージョン](https://vrm.dev/docs/univrm/install/unity_version/)
* [UniVRMのバージョン](https://vrm.dev/docs/univrm/install/univrm_version/)
* [UniVRMマニュアル](https://vrm.dev/docs/univrm/)
@ -35,31 +38,19 @@ glTF2.0をベースとしており、誰でも自由に利用することがで
## Installation
https://vrm.dev/docs/univrm/install/
### 安定版
トラブルの無さそうなバージョンをピックアップする予定です。
バージョン選択の参考にしてください。
github の右側にある下のようなリンクを辿ってください。
<img width=400 src=./right_latest.jpg>
1. ``UniVRM-0.xx.unitypackage``をダウンロードしてください。
1. ``UniVRM-0.xx.unitypackage``をUnityのプロジェクトにインポートしてください。
### 最新版
リリース時に preview の印を付けることにしました。
1. 本リポジトリの[リリースページ](https://github.com/vrm-c/UniVRM/releases)へ移動してください。
1. 最新の``UniVRM-0.xx.unitypackage``をダウンロードしてください。
1. ``UniVRM-0.xx.unitypackage``をUnityのプロジェクトにインポートしてください。
1. 最新の``UniVRM0X-0.xx.unitypackage``をダウンロードしてください。
1. ``UniVRM0X-0.xx.unitypackage``をUnityのプロジェクトにインポートしてください。
## Script Samples
* [Programming](https://vrm.dev/docs/univrm/programming/)
* [UniVRMサンプル](https://github.com/vrm-c/UniVRM/tree/master/Assets/VRM.Samples)
* [UniVRMTest(テストとサンプル)](https://github.com/vrm-c/UniVRMTest)
`UniVRM10-*` は vrm-1.0 開発版のパッケージです。
## Contributing to UniVRM
以下コマンドでUniVRMリポジトリをクローンして、UnityでUniVRMフォルダを開きます。

View File

@ -7,7 +7,10 @@ https://github.com/vrm-c/UniVRM
`UniVRM` is a Unity implementation of [VRM](https://vrm.dev/en/vrm_about/). It can create, import and export VRM models.
From version `v0.80.0`, UniVRM supports `Unity-2019.4LTS` or later.
* [Unity Version](https://vrm.dev/en/docs/univrm/install/unity_version/)
* [UniVRM Version](https://vrm.dev/en/docs/univrm/install/univrm_version/)
* [UniVRM Manual](https://vrm.dev/en/docs/univrm/)
@ -32,24 +35,12 @@ The imported VRM model has the following Data:
https://vrm.dev/en/docs/univrm/install/
### Stable Version
Versions without bug fixes will be picked up as stable versions.
To download the stable version, click the release tag (marked as `Latest`) as shown in the image below:
<img width=400 src=./right_latest.jpg>
1. Download ``UniVRM-0.xx.unitypackage``
1. Import ``UniVRM-0.xx.unitypackage`` into the Unity project
### Latest Version
The latest version is marked as `Pre-release`:
1. Go to the [releases page](https://github.com/vrm-c/UniVRM/releases)
1. Download the latest ``UniVRM-0.xx.unitypackage``
1. Import ``UniVRM-0.xx.unitypackage`` into the Unity project
1. Download the latest ``UniVRM0X-0.xx.unitypackage``
1. Import ``UniVRM0X-0.xx.unitypackage`` into the Unity project
`UniVRM10-*` is `vrm-1.0` development version package.
## Script Samples
* [Programming](https://vrm.dev/en/docs/univrm/programming/)