Skip to content

Releases: vrm-c/UniVRM

v0.85.0

30 Sep 04:22
dfd5d6c
Compare
Choose a tag to compare

for Unity-2019.4.LTS or later

Install

Import to unity in this order.
この順番で Unity に Import してください。

First

Second

For more information, see UniVRM-0.85.0 Release Note
詳細は、UniVRM-0.85.0 リリースノート

unitypackagefoldercontents
UniGLTF_VRMShaders Assets/VRMShaders UniUnlit, MToon, MToon10, MaterialTexture Import/Export etc
Assets/UniGLTF UniGLTF
(require VRMShaders)
UniVRM Assets/VRM UniVRM
(require UniGLTF_VRMShaders)
VRM Assets/VRM10 VRM-1.0beta
(require UniGLTF_VRMShaders)

UPM

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

v0.84.0

22 Sep 03:47
024dadf
Compare
Choose a tag to compare

for Unity-2019.4.LTS or later

Install

Import to unity in this order.
この順番で Unity に Import してください。

First

Second

For more information, see UniVRM-0.84.0 Release Note
詳細は、UniVRM-0.84.0 リリースノート

packages

unitypackagefolderUPM packageUPM URLcontents
UniGLTF_VRMShaders Assets/VRMShaders com.vrmc.vrmshaders https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.84.0 UniUnlit, MToon, MToon10, MaterialTexture Import/Export etc
Assets/UniGLTF com.vrmc.gltf
(rename from unigltf )
https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.84.0 UniGLTF
(require VRMShaders)
UniVRM Assets/VRM com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.84.0 UniVRM
(require UniGLTF_VRMShaders)
VRM Assets/VRM10 com.vrmc.vrm
(rename from univrm1)
https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.84.0 VRM-1.0beta
(require UniGLTF_VRMShaders)
// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.84.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.84.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.84.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.84.0",
  }
}

v0.83.0

10 Sep 05:20
889453a
Compare
Choose a tag to compare

for Unity-2019.4.LTS or later

Install

Download from the link below

and import to unity in this order.
この順番で Unity に Import してください。

For more information, see UniVRM-0.83.0 Release Note
詳細は、UniVRM-0.83.0 リリースノート

packages

unitypackagefolderUPM packageUPM URLcontents
UniGLTF_VRMShaders Assets/VRMShaders com.vrmc.vrmshaders https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.83.0 UniUnlit, MToon, MToon10, MaterialTexture Import/Export etc
Assets/UniGLTF com.vrmc.gltf
(rename from unigltf )
https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.83.0 UniGLTF
(require VRMShaders)
UniVRM Assets/VRM com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.83.0 UniVRM
(require UniGLTF_VRMShaders)
VRM Assets/VRM10 com.vrmc.vrm
(rename from univrm1)
https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.83.0 VRM-1.0beta
(require UniGLTF_VRMShaders)
// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.83.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.83.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.83.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.83.0",
  }
}

v0.82.1

03 Sep 07:13
1413199
Compare
Choose a tag to compare

bug 修正

  • GLB の Editor importer の URP と Builtin が逆になっていた(editor importでエラーになる)
  • VRMImporterContext のコンストラクタのAPI更新

Install

for Unity-2019.4.LTS or later

Download from the link below
下方のリンクからダウンロード

  • UniGLTF_VRMShaders-0.82.1_XXXX.unitypackage
  • UniVRM-0.82.1_XXXX.unitypackage

and import to unity in this order.
この順番で Unity に Import してください。

For more information, see UniVRM-0.82.0 Release Note
詳細は、UniVRM-0.82.0 リリースノート

UPM

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

v0.82.0

01 Sep 08:28
3bc6963
Compare
Choose a tag to compare

主な変更

  • URP(Universal Render Pipeline) 向けの Importer 拡張(Experimental)
    • 使い勝手に問題があったので、次回 VRMImporterContext のコンストラクタのAPI更新します。
  • vrm-1.0関連の更新

GLBEditor import にバグあり。修正準備中です。

Install

for Unity-2019.4.LTS or later

Download from the link below
下方のリンクからダウンロード

  • UniGLTF_VRMShaders-0.82.0_XXXX.unitypackage
  • UniVRM-0.82.0_XXXX.unitypackage

and import to unity in this order.
この順番で Unity に Import してください。

For more information, see UniVRM-0.82.0 Release Note
詳細は、UniVRM-0.82.0 リリースノート

UPM

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.82.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.82.0", // rename unigltf to gltf
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.82.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.82.0", // rename univrm1 to vrm
  }
}

v0.81.0

20 Aug 08:40
5126221
Compare
Choose a tag to compare

From v0.80.0 minimum Unity Version is Unity-2019.4.LTS.
v0.80.0 から Unity の最低バージョンが Unity-2019.4LTS です。

Install

Download from the link below
下方のリンクからダウンロード

  • UniGLTF_VRMShaders-0.81.0_5126.unitypackage
  • UniVRM-0.81.0_5126.unitypackage

and import to unity in this order.
この順番で Unity に Import してください。

For more information, see UniVRM-0.81.0 Release Note
詳細は、UniVRM-0.81.0 リリースノート

UPM

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.81.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.81.0", // rename unigltf to gltf
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.81.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.81.0", // rename univrm1 to vrm
  }
}

v0.80.0

12 Aug 10:23
b536b51
Compare
Choose a tag to compare

Stable 安定板 from v0.79.0

パッケージ

unitypackage contents usage
UniVRM0X-*.unitypackage VRM, VRMShaders, UniGLTF VRM
UniVRM0X-samples-*.unitypackage VRM.Samples, StreamingAssets VRM development samples
UniVRM10-*.unitypackage VRM10, VRMShaders, UniGLTF VRM-1.0β
UniVRM10-samples-*.unitypackage VRM10.Samples, UniGLTF.Samples, StreamingAssets VRM-1.0β development samples
  • v0.80.0 から Unity の最低バージョンが Unity-2019.4LTS に更新されます。UnityVersion
  • v0.80.0 から VRM-1.0βのパッケージが提供されます。VRM-1
    • Core(meta, expression, lookat, firstperson, mtoon) が動作します
    • SpringBone UI 開発中
    • Constraint Aimの仕様策定中。Translation, Rotation UI開発中

関連情報 (Related Information)

UPM

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.80.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.80.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.80.0",
  }
}

v0.79.0

20 Jul 04:53
3579893
Compare
Choose a tag to compare

安定板 from v0.79.0

関連情報 (Related Information)

UPM

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.79.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.79.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.79.0",
  }
}

v0.78.0

23 Jun 05:41
851b943
Compare
Choose a tag to compare
v0.78.0 Pre-release
Pre-release

関連情報 (Related Information)

UPM

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.78.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.78.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.78.0",
  }
}

v0.77.0

17 Jun 03:51
4a14a71
Compare
Choose a tag to compare
v0.77.0 Pre-release
Pre-release

関連情報 (Related Information)

UPM

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.77.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.77.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.77.0",
  }
}