Releases: vrm-c/UniVRM
v0.121.0
Release Notes
Installation
The UniVRM supports Unity 2021.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.121.0_640f.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.121.0_640f.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.121.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.121.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.121.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.121.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.121.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.121.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.121.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.121.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.120.0
Release Notes
Installation
The UniVRM supports Unity 2021.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.120.0_be13.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.120.0_be13.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.120.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.120.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.120.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.120.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.120.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.120.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.120.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.120.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.119.0
Release Notes
Installation
The UniVRM supports Unity 2021.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.119.0_c684.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.119.0_c684.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.119.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.119.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.119.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.119.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.119.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.119.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.119.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.119.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.118.0
Release Notes
Note
release note to https://vrm.dev/release/112 from v0.118.0
Installation
The UniVRM supports Unity 2021.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.118.0_226d.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.118.0_226d.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.118.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.118.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.118.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.118.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.118.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.118.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.118.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.118.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.117.0
Note
Bug fix for #2201
Release Notes
Installation
The UniVRM supports Unity 2021.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.117.0_9a91.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.117.0_9a91.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.117.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.117.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.117.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.117.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.117.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.117.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.117.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.117.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.116.0
Warning
v0.116.0
has bug of vrm-0.x normalization. Please use v0.117.0
or later.
#2201
Release Notes
Installation
The UniVRM supports Unity 2021.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.116.0_0f6c.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.116.0_0f6c.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.116.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.116.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.116.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.116.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.116.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.116.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.116.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.116.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.115.0
Release Notes
Installation
Warning
The UniVRM supports Unity 2021.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.115.0_7e05.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.115.0_7e05.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.115.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.115.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.115.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.115.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.115.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.115.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.115.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.115.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.114.0
Release Notes
Installation
The UniVRM supports Unity 2020.3 2021.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.114.0_d90b.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.114.0_d90b.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.114.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.114.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.114.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.114.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.114.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.114.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.114.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.114.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.113.0
Release Notes
Installation
The UniVRM supports Unity 2020.3 2021.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.113.0_0165.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.113.0_0165.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.113.0 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.113.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.113.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.113.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.113.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.113.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.113.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.113.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.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