UniVRM is a gltf-based VRM format implementation for Unity. English is here https://vrm.dev/en/ . 日本語 はこちら https://vrm.dev/
Go to file
2021-02-16 19:39:07 +09:00
.github/ISSUE_TEMPLATE Update issue templates 2020-12-04 15:29:02 +09:00
Assets ImporterContextExtensions.cs 2021-02-16 19:39:07 +09:00
Packages fix glTF_KHR_materials_unlit. glTF_KHR_texture_transform, targetNames 2020-11-20 12:16:16 +09:00
ProjectSettings UniGLTF を移動して、admdef を調整 2020-11-24 18:59:56 +09:00
Tests/Models/Alicia_vrm-0.51 Update AliciaSolid to 0.51 2019-09-04 14:06:24 +09:00
.gitattributes Add .gitattributes to use LF 2018-12-28 23:40:21 +09:00
.gitignore fixed .gitignore 2019-01-27 17:40:54 +09:00
.gitmodules mv Assets/VRM/MToon,UniUnlit,ShaderProperty to Assets/VRMShaders 2020-06-19 12:56:57 +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 docs 2021-01-22 09:22:47 +09:00
README.md update docs 2021-01-22 09:22:47 +09:00

UniVRM

License

VRM

"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

"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

Download

  1. Go to the releases page
  2. Download the latest UniVRM-0.xx.unitypackage
  3. Import the downloaded package into the Unity project.
    1. See also UniVRM installation

Script Samples

Contributing to UniVRM

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

See contributing guidelines.

Documents