UniVRM is a gltf-based VRM format implementation for Unity. English is here https://vrm.dev/en/ . 日本語 はこちら https://vrm.dev/
Go to file
ousttrue 521d3bfcfa
Merge pull request #123 from dwango/feature/fix_schemas_and_use_json_schema_instead_of_to_json
Feature/fix schemas and use json schema instead of to json
2019-01-18 16:15:56 +09:00
Assets Merge pull request #123 from dwango/feature/fix_schemas_and_use_json_schema_instead_of_to_json 2019-01-18 16:15:56 +09:00
ProjectSettings Unity-5.6.3p1 2018-12-29 22:09:54 +09:00
specification move specification #98 2019-01-09 16:16:16 +09:00
Tests/Models/Alicia_vrm-0.40 move AliciaSolid_vrm-0.40.vrm to Tests/Models 2019-01-09 17:50:31 +09:00
UniJSONProfiling mv UniJSONPRofiling project #100 2019-01-09 16:34:42 +09:00
.gitattributes Add .gitattributes to use LF 2018-12-28 23:40:21 +09:00
.gitignore move AliciaSolid_vrm-0.40.vrm to Tests/Models 2019-01-09 17:50:31 +09:00
.gitmodules Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
LICENSE.txt LICENSE to LICENSE.txt 2018-03-29 01:54:16 +09:00
NUnit3To2FormatConverter.py JenkinsHelper 2019-01-09 17:01:27 +09:00
README.ja.md Separated README.ja.md 2018-12-30 15:13:32 +09:00
README.md Updated README.md 2018-12-31 10:59:26 +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 5.6+

Download

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

Script Samples

Documents