mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 13:04:17 -05:00
36 lines
961 B
Markdown
36 lines
961 B
Markdown
# UniVRM
|
|
|
|
* [日本語](README.ja.md)
|
|
|
|
## 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. If you comply with the MIT license, you are free to use it.
|
|
|
|
## [UniVRM](https://github.com/dwango/UniVRM)
|
|
|
|
"UniVRM" is a Unity implementation of VRM. It can create, import and export VRM models.
|
|
|
|
* Currently UniVRM supports Unity 5.6+
|
|
|
|
## Download
|
|
|
|
1. Go to the [releases page](https://github.com/dwango/UniVRM/releases)
|
|
1. Download the latest ``UniVRM-0.xx.unitypackage``
|
|
1. Import the downloaded package into the Unity project.
|
|
1. See also [UniVRM installation](https://dwango.github.io/en/vrm/univrm/univrm_install/)
|
|
|
|
## Script Samples
|
|
|
|
* [UniVRMTest](https://github.com/dwango/UniVRMTest)
|
|
|
|
## Documents
|
|
|
|
* https://dwango.github.io/vrm/
|
|
* https://dwango.github.io/en/vrm/
|
|
* https://github.com/dwango/UniVRM/wiki
|