UniVRM/README.md
2018-04-19 15:22:18 +09:00

41 lines
1.4 KiB
Markdown
Raw 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.

# UniVRM
## License
* [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 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モデルデータを扱うためのファイルフォーマットです。
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モデルの作成・インポート・エクスポートができます。
* 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.
###
1. 本リポジトリの[リリースページ](https://github.com/dwango/UniVRM/releases)へ移動してください。
1. 最新の``UniVRM-0.xx.unitypackage``をダウンロードしてください。
1. ``UniVRM-0.xx.unitypackage``をUnityのプロジェクトにインポートしてください。
## Script Samples
* [UniVRMTest](https://github.com/dwango/UniVRMTest)