Releases: vrm-c/UniVRM
v0.128.3
Installation
You can install UniVRM using the UnityPackage or the UPM Package.
The UniVRM supports Unity 2022.3 LTS or later.
UnityPackage
Download the unitypackage, and drag and drop it to import the package into your project.
UPM Packages
click to expand
You can install these UPM packages via Package Manager in UnityEditor.
- Open the package manager window:
Window
->Package Manager
- Click
+
at the top-right of the package manager window, then selectAdd package from git URL...
- Specify UPM packages using URLs below.
UPM package | git URL |
---|---|
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.128.3 |
com.vrmc.univrm (VRM 0.x) | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.128.3 |
com.vrmc.vrm (VRM 1.0) | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.128.3 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.128.3",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.128.3",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.128.3",
// ...
}
}
Development Samples
click to expand
Release Notes
Warning
from v0.125.0
.
com.vrmc.vrmshaders
is removed.
com.vrmc.vrmshaders
is no longer required in manifest.json.
v0.128.2
Installation
You can install UniVRM using the UnityPackage or the UPM Package.
The UniVRM supports Unity 2022.3 LTS or later.
UnityPackage
Download the unitypackage, and drag and drop it to import the package into your project.
UPM Packages
click to expand
You can install these UPM packages via Package Manager in UnityEditor.
- Open the package manager window:
Window
->Package Manager
- Click
+
at the top-right of the package manager window, then selectAdd package from git URL...
- Specify UPM packages using URLs below.
UPM package | git URL |
---|---|
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.128.2 |
com.vrmc.univrm (VRM 0.x) | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.128.2 |
com.vrmc.vrm (VRM 1.0) | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.128.2 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.128.2",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.128.2",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.128.2",
// ...
}
}
Development Samples
click to expand
Release Notes
Warning
from v0.125.0
.
com.vrmc.vrmshaders
is removed.
com.vrmc.vrmshaders
is no longer required in manifest.json.
v0.128.1
Warning
パッケージ URL の間違いを修正しました 12/27
2911
=> c0c7
#2546
Release Notes
Warning
from v0.125.0
.
com.vrmc.vrmshaders
is removed.
com.vrmc.vrmshaders
is no longer required in manifest.json.
Installation
The UniVRM supports Unity 2022.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.128.1_c0c7.unitypackage
-
via UPM Package
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.128.1_c0c7.unitypackage
-
via UPM Package
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.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.128.1 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.128.1 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.128.1 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.128.1",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.128.1",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.128.1",
// ...
}
}
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.128.0
Release Notes
Warning
from v0.125.0
.
com.vrmc.vrmshaders
is removed.
com.vrmc.vrmshaders
is no longer required in manifest.json.
Installation
The UniVRM supports Unity 2022.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.128.0_264a.unitypackage
-
via UPM Package
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.128.0_264a.unitypackage
-
via UPM Package
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.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.128.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.128.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.128.0 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.128.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.128.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.128.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.127.2
Release Notes
Warning
from v0.125.0
.
com.vrmc.vrmshaders
is removed.
com.vrmc.vrmshaders
is no longer required in manifest.json.
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.127.2_e16c.unitypackage
-
via UPM Package
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.127.2_e16c.unitypackage
-
via UPM Package
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.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.127.2 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.127.2 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.127.2 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.127.2",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.127.2",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.127.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.127.1
Release Notes
Warning
from v0.125.0
.
com.vrmc.vrmshaders
is removed.
com.vrmc.vrmshaders
is no longer required in manifest.json.
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.127.1_0214.unitypackage
-
via UPM Package
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.127.1_0214.unitypackage
-
via UPM Package
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.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.127.1 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.127.1 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.127.1 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.127.1",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.127.1",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.127.1",
// ...
}
}
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.127.0
Release Notes
Warning
from v0.125.0
.
com.vrmc.vrmshaders
is removed.
com.vrmc.vrmshaders
is no longer required in manifest.json.
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.127.0_d320.unitypackage
-
via UPM Package
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.127.0_d320.unitypackage
-
via UPM Package
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.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.127.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.127.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.127.0 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.127.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.127.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.127.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.126.0
Release Notes
Warning
from v0.125.0
.
com.vrmc.vrmshaders
is removed.
com.vrmc.vrmshaders
is no longer required in manifest.json.
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.126.0_14f3.unitypackage
-
via UPM Package
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.126.0_14f3.unitypackage
-
via UPM Package
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.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.126.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.126.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.126.0 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.126.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.126.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.126.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.125.0
Release Notes
Warning
from v0.125.0
.
com.vrmc.vrmshaders
is removed.
com.vrmc.vrmshaders
is no longer required in manifest.json.
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.125.0_f812.unitypackage
-
via UPM Package
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.125.0_f812.unitypackage
-
via UPM Package
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.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.125.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.125.0 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.125.0 |
You can also install via editing Packages/manifest.json
directly.
// Packages/manifest.json
{
"dependencies": {
// ...
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.125.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.125.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.125.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.124.2
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.124.2_dd50.unitypackage
-
via UPM Package
com.vrmc.vrmshaders
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.124.2_dd50.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.124.2 |
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.124.2 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.124.2 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.124.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.124.2",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.124.2",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.124.2",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.124.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