UniVRM is a gltf-based VRM format implementation for Unity. English is here https://vrm.dev/en/ . 日本語 はこちら https://vrm.dev/
Go to file
2021-09-08 19:07:54 +09:00
.github github actions for docfx 2021-09-06 20:03:49 +09:00
Assets fix SimpleViewer. play gltf animation 2021-09-08 19:07:54 +09:00
docfx docfx も AutoGltfFileParser を使う 2021-09-08 17:43:52 +09:00
glTF@838b607505 add glTF & VRM spec schema repository as submodule. 2021-02-18 20:04:14 +09:00
Packages update settings 2021-08-04 15:02:26 +09:00
ProjectSettings update settings 2021-08-04 15:02:26 +09:00
Tests/Models/Alicia_vrm-0.51 Update AliciaSolid to 0.51 2019-09-04 14:06:24 +09:00
vrm-specification@04e3bb2525 update JsonSchema to VRM-1.0beta 2021-08-06 16:27:50 +09:00
.gitattributes Add .gitattributes to use LF 2018-12-28 23:40:21 +09:00
.gitignore refactoring vrm shaders asmdef 2021-04-08 20:59:43 +09:00
.gitmodules Add MToon submodule in new directory. 2021-04-16 19:56:09 +09:00
LICENSE.txt License To VRM Consortium 2020-05-21 15:53:19 +09:00
NUnit3To2FormatConverter.py JenkinsHelper 2019-01-09 17:01:27 +09:00
README.ja.md update README 2021-08-20 13:29:12 +09:00
README.md update README 2021-08-20 13:29:12 +09:00
right_latest.jpg update README.ja.md 2021-04-06 13:02:36 +09:00

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 UniVRM VRM
for GLTF install
for VRM-0.X install install
for VRM-1.0 install install

UPM(developer)

https://vrm.dev/en/docs/univrm/install/univrm_upm/

To upgrade/downgrade UniVRM version, for example, replace v0.80.0 with any version.

From v0.81.0 package rename, reversion.

Copy and paste the following git urls in Packages/manifest.json for UniVRM installation.

{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.81.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.81.0", // rename unigltf to gltf
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.81.0",
    // for VRM-1.0β
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.81.0", // rename univrm1 to vrm
  }
}

Script Samples

Enable sample on Unity PackageManager Window.