Releases: vrm-c/UniVRM
v0.112.0
Starting with this version, the minimum version of Unity will be 2021.3
.
このバージョンから Unity の最低バージョンが 2021.3
になります。
URP MToon (vrm-1.0向け) が利用可能になりました
- アプリケーションで Runtime に利用可能です
- VRM-0.x モデルでも import 時に migrate して VRM-1.0 として運用することで URP 適用が可能です
- VRM-0.x 版の URP MToon 提供の予定はありません
- URP MToon をエクスポートする機能はまだありません
利用方法は、サンプル Assets\VRM10_Samples\URPSample
を参照してください。
Built-in RP | URP | HDRP | |
---|---|---|---|
Runtime Import | ✅ | ✅ | No |
Editor Import | ✅ | WIP | No |
Runtime Export | ✅ | WIP | No |
Editor Export | ✅ | WIP | No |
URP package が必要です
未インストールの場合は PackageManager から URP package をインストールしてください
エラーメッセージ
Release Notes
Installation
The UniVRM supports Unity 2020.3 LTS or later.
You can install UniVRM using the UnityPackage or the UPM Package.
VRM 1.0 Import/Export
-
via UnityPackage
- Download VRM-0.112.0_6a46.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.112.0_6a46.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.univrm
UPM Package Information
You can install these UPM packages via Package Manager in UnityEditor.
Window
->Package Manager
->+
->Add package from git URL...
UPM package | git URL |
---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.112.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.112.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.112.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.112.0 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.112.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.112.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.112.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.112.0",
// ...
}
}
Development
Samples
- via UnityPackage
- VRM 1.0 Development Samples
- VRM 0.x Development Samples
- via UPM Package
- You can find
Samples
in the Package Manager and then submitImport
button.Window
->Package Manager
->Packages: In Project
->VRM-1.0
orVRM
- You can find
Documentation
v0.111.0
リリース予定
v0.111
It is planned to be the final version for Unity-2020
.
We plan to change the supported version to Unity-2021
or later, from UniVRM-0.112
.
Unity-2020
対応の最終版の予定です。
UniVRM-0.112
から対応バージョンを Unity-2021
以降に変更予定です。
URP版 MToon は含まれていますが、112 でドキュメント等の案内を出します。
v0.112 メンテナンスリリース
最低バージョンを Unity-2021
に変更する最初のバージョン。
URP版 MToon の案内
Release Notes
Installation
The UniVRM supports Unity 2020.3 LTS or later.
You can install UniVRM using the UnityPackage or the UPM Package.
VRM 1.0 Import/Export
-
via UnityPackage
- Download VRM-0.111.0_b413.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.111.0_b413.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.univrm
UPM Package Information
You can install these UPM packages via Package Manager in UnityEditor.
Window
->Package Manager
->+
->Add package from git URL...
UPM package | git URL |
---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.111.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.111.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.111.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.111.0 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.111.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.111.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.111.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.111.0",
// ...
}
}
Development
Samples
- via UnityPackage
- VRM 1.0 Development Samples
- VRM 0.x Development Samples
- via UPM Package
- You can find
Samples
in the Package Manager and then submitImport
button.Window
->Package Manager
->Packages: In Project
->VRM-1.0
orVRM
- You can find
Documentation
v0.110.0
Release Notes
Installation
The UniVRM supports Unity 2020.3 LTS or later.
You can install UniVRM using the UnityPackage or the UPM Package.
VRM 1.0 Import/Export
-
via UnityPackage
- Download VRM-0.110.0_3f7d.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.110.0_3f7d.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.univrm
UPM Package Information
You can install these UPM packages via Package Manager in UnityEditor.
Window
->Package Manager
->+
->Add package from git URL...
UPM package | git URL |
---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.110.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.110.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.110.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.110.0 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.110.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.110.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.110.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.110.0",
// ...
}
}
Development
Samples
- via UnityPackage
- VRM 1.0 Development Samples
- VRM 0.x Development Samples
- via UPM Package
- You can find
Samples
in the Package Manager and then submitImport
button.Window
->Package Manager
->Packages: In Project
->VRM-1.0
orVRM
- You can find
Documentation
v0.109.0
Release Notes
Installation
The UniVRM supports Unity 2020.3 LTS or later.
You can install UniVRM using the UnityPackage or the UPM Package.
VRM 1.0 Import/Export
-
via UnityPackage
- Download VRM-0.109.0_7aff.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.109.0_7aff.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.univrm
UPM Package Information
You can install these UPM packages via Package Manager in UnityEditor.
Window
->Package Manager
->+
->Add package from git URL...
UPM package | git URL |
---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.109.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.109.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.109.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.109.0 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.109.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.109.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.109.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.109.0",
// ...
}
}
Development
Samples
- via UnityPackage
- VRM 1.0 Development Samples
- VRM 0.x Development Samples
- via UPM Package
- You can find
Samples
in the Package Manager and then submitImport
button.Window
->Package Manager
->Packages: In Project
->VRM-1.0
orVRM
- You can find
Documentation
v0.107.2
Latest version is v0.108.0.
Installation
The UniVRM supports Unity 2020.3 LTS or later.
You can install UniVRM using the UnityPackage or the UPM Package.
VRM 1.0 Import/Export
-
via UnityPackage
- Download VRM-0.107.2_6ea7.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.107.2_6ea7.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.univrm
UPM Package Information
You can install these UPM packages via Package Manager in UnityEditor.
Window
->Package Manager
->+
->Add package from git URL...
UPM package | git URL |
---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.107.2 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.107.2 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.107.2 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.107.2 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.107.2",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.107.2",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.107.2",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.107.2",
// ...
}
}
Development
Samples
- via UnityPackage
- VRM 1.0 Development Samples
- VRM 0.x Development Samples
- via UPM Package
- You can find
Samples
in the Package Manager and then submitImport
button.Window
->Package Manager
->Packages: In Project
->VRM-1.0
orVRM
- You can find
Documentation
v0.108.0
更新
v0.107.0
のバグ修正あります。
Import directly under Assets fails due to a misjudgment of the path. You can avoid this by creating a folder.
パスの判定ミスで Assets 直下の import に失敗します。フォルダを作ると回避できます。
20221219
: このページの記述を更新
v0.107のままになっていたところの修正
Release Notes
Installation
The UniVRM supports Unity 2020.3 LTS or later.
You can install UniVRM using the UnityPackage or the UPM Package.
VRM 1.0 Import/Export
-
via UnityPackage
- Download VRM-0.108.0_e16d.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.108.0_e16d.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.univrm
UPM Package Information
You can install these UPM packages via Package Manager in UnityEditor.
Window
->Package Manager
->+
->Add package from git URL...
UPM package | git URL |
---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.108.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.108.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.108.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.108.0 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.108.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.108.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.108.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.108.0",
// ...
}
}
Development
Samples
- via UnityPackage
- VRM 1.0 Development Samples
- VRM 0.x Development Samples
- via UPM Package
- You can find
Samples
in the Package Manager and then submitImport
button.Window
->Package Manager
->Packages: In Project
->VRM-1.0
orVRM
- You can find
Documentation
v0.107.0
Known issue 既知の問題
Import directly under Assets fails due to a misjudgment of the path. You can avoid this by creating a folder.
パスの判定ミスで Assets 直下の import に失敗します。フォルダを作ると回避できます。
Notice
- Standard Shader の Material を Export するときに Emission の値が glTF 準拠になりました。
- glTF/VRM の Import をサポートするアプリケーションは更新を推奨します。
- Standard Shader の Material を使用した glTF/VRM モデルを Export する方は更新を急ぐ必要はありません。
Download
-
for
Unity-2020.3 LTS
or later -
for vrm-0.x
UniVRM-0.107.0_1e8a.unitypackage -
for vrm-1.0
VRM-0.107.0_1e8a.unitypackage
ReleaseNote
other unitypackage
VRM-0.x API sample
UniVRM_Samples-0.107.0_1e8a.unitypackageVRM-1.0 API sample
VRM_Samples-0.107.0_1e8a.unitypackage
1.0 development (1.0 開発ドキュメント)
UPM
UPM package | rename | UPM url |
---|---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.107.0 | |
com.vrmc.gltf | com.vrmc.unigltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.107.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.107.0 | |
com.vrmc.vrm | com.vrmc.univrm1 | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.107.0 |
// manifest.json
{
"dependencies": {
///
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.107.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.107.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.107.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.107.0",
///
}
}
UPM packages and folders and unitypackage
UPM package | folder | unitypackage | note |
---|---|---|---|
com.vrmc.vrmshaders | Assets/VRMShaders | UniVRM-XXX, VRM-XXX | 0.x and 1.0 shared |
com.vrmc.gltf | Assets/UniGLTF | UniVRM-XXX, VRM-XXX | 0.x and 1.0 shared |
com.vrmc.univrm | Assets/VRM | UniVRM-XXX | import/export 0.x |
com.vrmc.vrm | Assets/VRM10 | VRM-XXX | import/export 1.0 and import 0.x |
v0.106.0
Download
-
for
Unity-2020.3 LTS
or later -
for vrm-0.x
UniVRM-0.106.0_6636.unitypackage -
for vrm-1.0
VRM-0.106.0_6636.unitypackage
ReleaseNote
other unitypackage
VRM-0.x API sample
UniVRM_Samples-0.106.0_6636.unitypackageVRM-1.0 API sample
VRM_Samples-0.106.0_6636.unitypackage
1.0 development (1.0 開発ドキュメント)
UPM
UPM package | rename | UPM url |
---|---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.106.0 | |
com.vrmc.gltf | com.vrmc.unigltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.106.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.106.0 | |
com.vrmc.vrm | com.vrmc.univrm1 | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.106.0 |
// manifest.json
{
"dependencies": {
///
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.106.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.106.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.106.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.106.0",
///
}
}
UPM packages and folders and unitypackage
UPM package | folder | unitypackage | note |
---|---|---|---|
com.vrmc.vrmshaders | Assets/VRMShaders | UniVRM-XXX, VRM-XXX | 0.x and 1.0 shared |
com.vrmc.gltf | Assets/UniGLTF | UniVRM-XXX, VRM-XXX | 0.x and 1.0 shared |
com.vrmc.univrm | Assets/VRM | UniVRM-XXX | import/export 0.x |
com.vrmc.vrm | Assets/VRM10 | VRM-XXX | import/export 1.0 and import 0.x |
v0.105.0
Download
-
for
Unity-2020.3 LTS
or later -
for vrm-0.x
UniVRM-0.105.0_cd48.unitypackage -
for vrm-1.0
VRM-0.105.0_cd48.unitypackage
ReleaseNote
other unitypackage
VRM-0.x API sample
UniVRM_Samples-0.105.0_cd48.unitypackageVRM-1.0 API sample
VRM_Samples-0.105.0_cd48.unitypackage
1.0 development (1.0 開発ドキュメント)
UPM
UPM package | rename | UPM url |
---|---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.105.0 | |
com.vrmc.gltf | com.vrmc.unigltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.105.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.105.0 | |
com.vrmc.vrm | com.vrmc.univrm1 | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.105.0 |
// manifest.json
{
"dependencies": {
///
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.105.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.105.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.105.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.105.0",
///
}
}
UPM packages and folders and unitypackage
UPM package | folder | unitypackage | note |
---|---|---|---|
com.vrmc.vrmshaders | Assets/VRMShaders | UniVRM-XXX, VRM-XXX | 0.x and 1.0 shared |
com.vrmc.gltf | Assets/UniGLTF | UniVRM-XXX, VRM-XXX | 0.x and 1.0 shared |
com.vrmc.univrm | Assets/VRM | UniVRM-XXX | import/export 0.x |
com.vrmc.vrm | Assets/VRM10 | VRM-XXX | import/export 1.0 and import 0.x |
v0.104.2
Fixing LFS QUOTA Violation in GIT
GIT の LFS の QUOTA 違反の修正です
Removed git LFS.
git LFS を取りやめました。
This affects when you git clone
UniVRM and when you use UniVRM with UPM (using git).
UniVRM を
git clone
する場合、UPM で UniVRM を使う場合 (git が使われる)に影響があります。
Note that unitypackage
is not affected. Please use v0.104.1
.
なお、
unitypackage
には影響ありません。v0.104.1
をご利用ください。
UPM
UPM package | rename | UPM url |
---|---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.104.2 | |
com.vrmc.gltf | com.vrmc.unigltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.104.2 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.104.2 | |
com.vrmc.vrm | com.vrmc.univrm1 | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.104.2 |
// manifest.json
{
"dependencies": {
///
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.104.2",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.104.2",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.104.2",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.104.2",
///
}
}