"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" 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
- Go to the releases page
- Download the latest
UniVRM-0.xx.unitypackage
- Import the downloaded package into the Unity project.
- See also UniVRM installation
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