Skip to content

Releases: vrm-c/UniVRM

v0.124.1

04 Jul 08:07
8b1dd96
Compare
Choose a tag to compare

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

VRM 0.x Import/Export

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.1
com.vrmc.gltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.124.1
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.124.1
com.vrmc.vrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.124.1

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.1",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.124.1",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.124.1",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.124.1",
    // ...
  }
}

Development

Samples

Documentation

v0.124.0

25 Jun 06:57
57a66b0
Compare
Choose a tag to compare

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

VRM 0.x Import/Export

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.0
com.vrmc.gltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.124.0
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.124.0
com.vrmc.vrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.124.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.124.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.124.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.124.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.124.0",
    // ...
  }
}

Development

Samples

Documentation

v0.123.0

18 Jun 04:52
3104b4c
Compare
Choose a tag to compare

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

VRM 0.x Import/Export

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.123.0
com.vrmc.gltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.123.0
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.123.0
com.vrmc.vrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.123.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.123.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.123.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.123.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.123.0",
    // ...
  }
}

Development

Samples

Documentation

v0.122.0

10 May 09:10
326bab7
Compare
Choose a tag to compare

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

VRM 0.x Import/Export

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.122.0
com.vrmc.gltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.122.0
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.122.0
com.vrmc.vrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.122.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.122.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.122.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.122.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.122.0",
    // ...
  }
}

Development

Samples

Documentation

v0.121.0

21 Mar 11:08
640fabe
Compare
Choose a tag to compare

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

VRM 0.x Import/Export

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

Documentation

v0.120.0

04 Mar 11:10
be13ead
Compare
Choose a tag to compare

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

VRM 0.x Import/Export

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

Documentation

v0.119.0

09 Feb 08:24
c684b72
Compare
Choose a tag to compare

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

VRM 0.x Import/Export

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

Documentation

v0.118.0

26 Jan 12:14
226df16
Compare
Choose a tag to compare

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

VRM 0.x Import/Export

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

Documentation

v0.117.0

09 Jan 08:19
9a916c3
Compare
Choose a tag to compare

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

VRM 0.x Import/Export

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

Documentation

v0.116.0

13 Dec 12:29
0f6c4b1
Compare
Choose a tag to compare

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

VRM 0.x Import/Export

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

Documentation