mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 14:29:52 -05:00
UniVRM is a gltf-based VRM format implementation for Unity. English is here https://vrm.dev/en/ . 日本語 はこちら https://vrm.dev/
* Transform[] srcBones から Transform[] dstBones に移し替えるのだけど、src と dst の両方に null が入りうる(その考慮が無かった) * 後で見て分かるようにコメント追加 |
||
|---|---|---|
| .github/ISSUE_TEMPLATE | ||
| Assets | ||
| ProjectSettings | ||
| specification/0.0/schema | ||
| Tests/Models/Alicia_vrm-0.51 | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE.txt | ||
| NUnit3To2FormatConverter.py | ||
| README.ja.md | ||
| README.md | ||
UniVRM
License
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
"UniVRM" is a Unity implementation of VRM. It can create, import and export VRM models.
- Currently UniVRM supports Unity 5.6+
Download
- Go to the releases page
- Download the latest
UniVRM-0.xx.unitypackage - Import the downloaded package into the Unity project.
- See also UniVRM installation