mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-19 17:27:56 -05:00
UniVRM is a gltf-based VRM format implementation for Unity. English is here https://vrm.dev/en/ . 日本語 はこちら https://vrm.dev/
#399 #400 * BlendShapeClip.Key 追加 * BlendShapeKey(string name, BlendShapePreset preset) を private に。代わりに、CreateFromPreset または CreateUnknown を使用してください * BlendShapeKey.CreateFromClip(BlendShapeKey.CreateFrom からリネーム) * BlendShapeKey.CreateFromPreset(new BlendShpaeKey(BlendShapePreset)からリネーム) * BlendShapeKey.CreateUnknown(new BlendShpaeKey(string)からリネーム) * BlendShapeKey.m_name, Preset を readonly |
||
|---|---|---|
| .github/ISSUE_TEMPLATE | ||
| Assets | ||
| ProjectSettings | ||
| specification/0.0/schema | ||
| Tests/Models/Alicia_vrm-0.51 | ||
| UniJSON35 | ||
| .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