Skip to content

Releases: vrm-c/UniVRM

v0.108.0

06 Dec 06:45
e16dd2f
Compare
Choose a tag to compare

更新

v0.107.0 のバグ修正あります。

#1935

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

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.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

Documentation

v0.107.0

09 Nov 10:46
1e8a6b3
Compare
Choose a tag to compare

Known issue 既知の問題

#1935

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

ReleaseNote

other 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

27 Oct 09:07
66368f1
Compare
Choose a tag to compare

Download

ReleaseNote

other 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

07 Oct 08:18
cd48f37
Compare
Choose a tag to compare

Download

ReleaseNote

other 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

28 Sep 09:19
55a987c
Compare
Choose a tag to compare

Fixing LFS QUOTA Violation in GIT

GIT の LFS の QUOTA 違反の修正です

#1832

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",
    ///
  }
}

1.0 development (開発ドキュメント)

v0.104.1

26 Sep 10:37
4a9bafb
Compare
Choose a tag to compare

MToon-1.0 関連の修正です。

matcap migration

#1824
vrm-0.x を vrm-1.0 にマイグレート時の matcap に影響が有ります。

uv rotation

#1826

Download

ReleaseNote

other unitypackage

UPM

Please use v0.104.2 due to LFS quota violation.

LFS の quota 違反のため v0.104.2 をご利用ください。

v0.104.0

22 Sep 05:39
c466d68
Compare
Choose a tag to compare
  • VRM-1.0 became the official version from this version.
  • このバージョンから VRM-1.0 が正式版になりました。

Download

ReleaseNote

other unitypackage

UPM

Please use v0.104.2 due to LFS quota violation.

LFS の quota 違反のため v0.104.2 をご利用ください。

v0.103.2

15 Sep 05:30
c56327c
Compare
Choose a tag to compare

バグ修正です

v0.103.0 v0.103.1

VRM の import 時に 指ボーンの認識が無くなってしまいます。v0.103.2 で再インポートしてください

Download

ReleaseNote

other unitypackage

UniVRM API sample

VRM-1.0Beta

VRM-1.0Beta API sample

package folder
UniVRM Assets/VRMShaders, Assets/UniGLTF, Assets/VRM
UniVRM_Samples Assets/VRM_Samples
VRM Assets/VRMShaders, Assets/UniGLTF, Assets/VRM10
VRM_Samples Assets/VRM10_Samples

UPM

UPM package rename UPM url
com.vrmc.vrmshaders https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.103.2
com.vrmc.gltf com.vrmc.unigltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.103.2
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.103.2
com.vrmc.vrm com.vrmc.univrm1 https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.103.2
// manifest.json
{
  "dependencies": {
    ///
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.103.2",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.103.2",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.103.2",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.103.2",
    ///
  }
}

v0.103.1

13 Sep 08:04
0585486
Compare
Choose a tag to compare

バグ修正です

Download

ReleaseNote

other unitypackage

UniVRM API sample

VRM-1.0Beta

VRM-1.0Beta API sample

package folder
UniVRM Assets/VRMShaders, Assets/UniGLTF, Assets/VRM
UniVRM_Samples Assets/VRM_Samples
VRM Assets/VRMShaders, Assets/UniGLTF, Assets/VRM10
VRM_Samples Assets/VRM10_Samples

UPM

UPM package rename UPM url
com.vrmc.vrmshaders https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.103.1
com.vrmc.gltf com.vrmc.unigltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.103.1
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.103.1
com.vrmc.vrm com.vrmc.univrm1 https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.103.1
// manifest.json
{
  "dependencies": {
    ///
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.103.1",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.103.1",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.103.1",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.103.1",
    ///
  }
}

v0.103.0

08 Sep 11:19
faa1dcf
Compare
Choose a tag to compare

Download

v0.87.0 から UniGLTF_VRMShaders と UniVRM が合体してひとつになりました。
From v0.87.0, UniGLTF_VRMShaders and UniVRM have been merged into one.

ReleaseNote

other unitypackage

UniVRM API sample

VRM-1.0Beta

VRM-1.0Beta API sample

package folder
UniVRM Assets/VRMShaders, Assets/UniGLTF, Assets/VRM
UniVRM_Samples Assets/VRM_Samples
VRM Assets/VRMShaders, Assets/UniGLTF, Assets/VRM10
VRM_Samples Assets/VRM10_Samples

UPM

UPM package rename UPM url
com.vrmc.vrmshaders https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.103.0
com.vrmc.gltf com.vrmc.unigltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.103.0
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.103.0
com.vrmc.vrm com.vrmc.univrm1 https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.103.0
// manifest.json
{
  "dependencies": {
    ///
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.103.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.103.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.103.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.103.0",
    ///
  }
}