mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-27 12:54:56 -05:00
UniVRM is a gltf-based VRM format implementation for Unity. English is here https://vrm.dev/en/ . 日本語 はこちら https://vrm.dev/
|
|
||
|---|---|---|
| .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
UniVRM is a Unity implementation of VRM. It can create, import and export VRM models.
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.
Manual
License
Installation
From version v0.80.0, UniVRM supports Unity-2019.4LTS or later.
https://vrm.dev/en/docs/univrm/install/
UnityPackage
Download from Release
From v0.81.0 UniVRM has 3 unitypackages.
| UniGLTF_VRMShaders | VRM | VRM1.0β | |
|---|---|---|---|
| for VRM | install | install | |
| for VRM1 | install | install | |
| for both VRM and VRM1 | instlal | install | install |
| only GLTF or Shader | install |
UPM(developer)
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.80.0 with any version.
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.80.0",
"com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.80.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.80.0",
// for VRM-1.0β
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.80.0",}
}
Script Samples
Enable sample on Unity PackageManager Window.
-
com.vrmc.univrmandcom.vrmc.vrmhas samples.