UniVRM is a gltf-based VRM format implementation for Unity. English is here https://vrm.dev/en/ . 日本語 はこちら https://vrm.dev/
Go to file
2021-03-17 15:30:03 +09:00
.github/ISSUE_TEMPLATE
Assets rename 2021-03-17 15:30:03 +09:00
glTF@838b607505 add glTF & VRM spec schema repository as submodule. 2021-02-18 20:04:14 +09:00
Packages
ProjectSettings VrmLib.Coordinates.Vrm1 2021-02-16 18:06:16 +09:00
Tests/Models/Alicia_vrm-0.51
vrm-specification@068254bdf1 add glTF & VRM spec schema repository as submodule. 2021-02-18 20:04:14 +09:00
.gitattributes
.gitignore
.gitmodules add glTF & VRM spec schema repository as submodule. 2021-02-18 20:04:14 +09:00
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-2018.4LTS+ .Net4.x
  • Recommended version is Unity-2019.4LTS

Download

  1. Go to the releases page
  2. Download the latest UniVRM-0.xx.unitypackage
  3. Import the downloaded package into the Unity project.
    1. See also UniVRM installation

Script Samples

Contributing to UniVRM

Use the commands below to clone UniVRM repository, and open the UniVRM folder by Unity.

$ git clone https://github.com/vrm-c/UniVRM.git
$ cd UniVRM
$ git submodule update --init --recursive

See contributing guidelines.

Documents