{"id":14960398,"url":"https://github.com/vrm-c/univrm","last_synced_at":"2025-05-13T22:12:20.277Z","repository":{"id":37405721,"uuid":"129683985","full_name":"vrm-c/UniVRM","owner":"vrm-c","description":"UniVRM is a gltf-based VRM format implementation for Unity. English is here https://vrm.dev/en/ . 日本語 はこちら https://vrm.dev/","archived":false,"fork":false,"pushed_at":"2025-05-09T06:49:00.000Z","size":94974,"stargazers_count":2865,"open_issues_count":81,"forks_count":448,"subscribers_count":86,"default_branch":"master","last_synced_at":"2025-05-09T07:42:32.955Z","etag":null,"topics":["gltf","unity3d"],"latest_commit_sha":null,"homepage":"https://vrm.dev/en","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vrm-c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-04-16T04:20:42.000Z","updated_at":"2025-05-09T06:49:05.000Z","dependencies_parsed_at":"2024-06-24T13:09:21.206Z","dependency_job_id":"fedc1bb7-503b-4156-917b-75211f2ae342","html_url":"https://github.com/vrm-c/UniVRM","commit_stats":{"total_commits":4070,"total_committers":69,"mean_commits":58.98550724637681,"dds":"0.31449631449631454","last_synced_commit":"49dd34f17d74a7e4c1d7bba4e57ddb169e7c7c1e"},"previous_names":[],"tags_count":213,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrm-c%2FUniVRM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrm-c%2FUniVRM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrm-c%2FUniVRM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrm-c%2FUniVRM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vrm-c","download_url":"https://codeload.github.com/vrm-c/UniVRM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254036843,"owners_count":22003654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gltf","unity3d"],"created_at":"2024-09-24T13:22:11.738Z","updated_at":"2025-05-13T22:12:15.264Z","avatar_url":"https://github.com/vrm-c.png","language":"C#","readme":"# UniVRM\n\n[![GitHub latest release](https://img.shields.io/github/v/release/vrm-c/UniVRM?color=green)](https://github.com/vrm-c/UniVRM/releases/latest)\n[![GitHub license](https://img.shields.io/github/license/vrm-c/UniVRM)](https://github.com/vrm-c/UniVRM/blob/master/LICENSE.txt)\n\nThe standard implementation of 3D Avatar file format [VRM](https://vrm-consortium.org/en/) for [Unity](https://unity.com/).\n\nVRM is an extension of [glTF 2.0](https://www.khronos.org/gltf/), so this library also support glTF 2.0 files.\n\n## Features\n\nUniVRM supports the [VRM 1.0 specification](https://github.com/vrm-c/vrm-specification) and the [glTF 2.0 specification](https://registry.khronos.org/glTF/).\n\nUniVRM can import/export following supported file types at both runtime and editor.\n\n### Supported file types\n\n- VRM 1.0 (.vrm)\n- VRM 0.x (.vrm)\n- glTF 2.0 (.glb | .gltf | .zip)\n- VRM-Animation (.vrma)\n\n### Import features\n\n- You can import supported file types at both runtime and editor.\n- Support for async/await importing at runtime.\n- Support for Migration VRM 0.x files into VRM 1.0 files.\n- Support for ScriptedImporter for VRM 1.0 and glTF 2.0.\n- You can import glTF's PBR materials into Unity Built-in RP's Standard materials.\n\n### Export features\n\n- You can export supported file types at both runtime and editor.\n- You can export Unity Built-in RP's Standard materials into glTF's PBR materials.\n\n## Supported Environments\n\nThe latest UniVRM supports Unity 2022.3 LTS or later from `v0.128.0`.\n\nUniVRM supports scripting backends both .NET and IL2CPP.\n\nUniVRM supports the following building target platforms:\n\n- Standalone (Windows/Mac/Linux)\n- iOS\n- Android\n- WebGL\n\nThe other platforms maybe work but they are not tested.\n\n## Installation\n\n### Latest Release\n\n[Download here](https://github.com/vrm-c/UniVRM/releases/latest)\n\n\u003cdetails\u003e\u003csummary\u003ePrevious Releases\u003c/summary\u003e\n\u003cp\u003e\n\nYou can use an previous version of UniVRM if you use an older version of Unity.\nThese are **not supported**.\n\n| Unity Version | UniVRM Release                                                    | VRM 1.0 support |\n| ------------- | ----------------------------------------------------------------- | --------------- |\n| 2021.3        | [v0.112.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.127.0) | Yes             |\n| 2020.3        | [v0.100.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.111.0) | Yes             |\n| 2019.3        | [v0.99.1](https://github.com/vrm-c/UniVRM/releases/tag/v0.99.1)   | No              |\n| 2018.4        | [v0.79.0](https://github.com/vrm-c/UniVRM/releases/tag/v0.79.0)   | No              |\n\n\u003c/p\u003e\n\u003c/details\u003e\n\nYou can install UniVRM using the UnityPackage or the UPM Package.\n\n### UnityPackage\n\nFrom the [latest release](https://github.com/vrm-c/UniVRM/releases/latest), you can download the `.unitypackage` files.\n\n- For import/export VRM 1.0\n  - You can download **VRM-0.XXX.X-YYYY.unitypackage**.\n  - You can also download sample projects as **VRM_Samples-0.XXX.X-YYYY.unitypackage**.\n- For import/export VRM 0.x\n  - You can download **UniVRM-0.XXX.X-YYYY.unitypackage**.\n  - You can also download sample projects as **UniVRM_Samples-0.XXX.X-YYYY.unitypackage**.\n- For import/export glTF 2.0\n  - You can download **VRM-0.XXX.X-YYYY.unitypackage**.\n\n### UPM Package\n\nFrom the [latest release](https://github.com/vrm-c/UniVRM/releases/latest), you can find UPM package urls.\n\n- For import/export VRM 1.0\n  - You have to install all of the following UPM packages:\n    - `com.vrmc.gltf`\n    - `com.vrmc.vrm`\n- For import/export VRM 0.x\n  - You have to install all of the following UPM packages:\n    - `com.vrmc.gltf`\n    - `com.vrmc.univrm`\n- For import/export glTF 2.0\n  - You have to install all of the following UPM packages:\n    - `com.vrmc.gltf`\n\nYou can install these UPM packages via `Package Manager` -\u003e `+` -\u003e `Add package from git URL...` in UnityEditor.\n\n## Documentation\n\n- https://vrm.dev/en/vrm/index.html\n\n### For developers\n\n- https://vrm.dev/en/api/index.html\n\n## License\n\n- [MIT License](./LICENSE.txt)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrm-c%2Funivrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrm-c%2Funivrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrm-c%2Funivrm/lists"}