| .github/ISSUE_TEMPLATE | ||
| Assets | ||
| glTF@838b607505 | ||
| Packages | ||
| ProjectSettings | ||
| Tests/Models/Alicia_vrm-0.51 | ||
| vrm-specification@04e3bb2525 | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE.txt | ||
| NUnit3To2FormatConverter.py | ||
| README.ja.md | ||
| README.md | ||
| right_latest.jpg | ||
UniVRM
https://github.com/vrm-c/UniVRM
UniVRM is a Unity implementation of VRM. It can create, import and export VRM models.
From version v0.80.0, UniVRM supports Unity-2019.4LTS or later.
VRM is a file format for using 3d humanoid avatars (3D models) in VR applications.
It is based on glTF2.0. Anyone is free to use it.
The imported VRM model has the following Data:
License
Installation
https://vrm.dev/en/docs/univrm/install/
- Go to the releases page
- Download the latest
UniVRM0X-0.xx.unitypackage - Import
UniVRM0X-0.xx.unitypackageinto the Unity project
UniVRM10-* is vrm-1.0 development version package.
Script Samples
Contributing to UniVRM
Use the commands below to clone UniVRM repository and then open the UniVRM folder by Unity.
$ git clone https://github.com/vrm-c/UniVRM.git
$ cd UniVRM
# Update submodules such as MToon, etc.
$ git submodule update --init --recursive
UPM
https://vrm.dev/en/docs/univrm/install/univrm_upm/
Copy and paste the following git urls in Packages/manifest.json for UniVRM installation.
To upgrade/downgrade UniVRM version, for example, replace v0.66.0 with v0.71.0 or v0.63.2.
{
"dependencies": {
// ...
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.66.0",
"com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.66.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.66.0",
// ...
}