UniVRM is a gltf-based VRM format implementation for Unity. English is here https://vrm.dev/en/ . 日本語 はこちら https://vrm.dev/
Go to file
ousttrue 7189cfeeb3 内部バージョンは維持 UniGLTF/UniGLTFVersion.cs
* gltf/asset/generator は据え置き
2021-08-20 13:38:16 +09:00
.github/ISSUE_TEMPLATE ISSUE_TEMPLATE を簡略化 2021-08-12 21:40:18 +09:00
Assets 内部バージョンは維持 UniGLTF/UniGLTFVersion.cs 2021-08-20 13:38:16 +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 com.vrmc.univrm1 to com.vrmc.vrm 2021-08-18 20:56:43 +09:00
README.md com.vrmc.univrm1 to com.vrmc.vrm 2021-08-18 20:56:43 +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 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.