Files
UniVRM/README.ja.md
2021-08-18 17:30:12 +09:00

46 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

* [English](README.md)
# UniVRM
UniVRM は、[VRMフォーマット](https://vrm.dev/vrm_about/) を読み書きする Unity package です。
VRMモデルの作成・インポート・エクスポートができます。
「VRM」はVRアプリケーション向けの人型3Dアバター3Dモデルデータを扱うためのファイルフォーマットです。
glTF2.0をベースとしており、誰でも自由に利用することができます。
## Manual
* [UniVRMマニュアル](https://vrm.dev/docs/univrm/)
* [サポートするUnityのバージョン](https://vrm.dev/docs/univrm/install/unity_version/)
* [UniVRMのバージョン](https://vrm.dev/docs/univrm/install/univrm_version/)
## License
* [MIT License](./LICENSE.txt)
## Install
バージョン `v0.80.0` から、`Unity-2019.4LTS` 以降をサポートしています。
### UnityPackage
### UPM(開発者向け)
https://vrm.dev/docs/univrm/install/univrm_upm/
`v0.80.0` を任意のバージョンに読み替えてください。
```
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.80.0",
"com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.80.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.80.0",
// VRM-1.0βを試す場合
"com.vrmc.univrm1": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.80.0",
}
```
## Folder構成