mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 15:08:02 -05:00
Merge pull request #1147 from ousttrue/fix/update_README
Update unity version & end preview release
This commit is contained in:
commit
6fc8fcce79
25
README.ja.md
25
README.ja.md
|
|
@ -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フォルダを開きます。
|
||||
|
|
|
|||
25
README.md
25
README.md
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user