Skip to content

Releases: vrm-c/UniVRM

v0.63.2

08 Jan 04:56
2c190c3
Compare
Choose a tag to compare

v0.63.1 の修正版です。
#654

  • JSON レベルの非互換が発生して、v0.63.1 で作成した VRM が、 v0.62.0 以前の UniVRM でロードできない問題を修正しました。
  • お手数ですが、v0.63.1 でエクスポートしたVRMの v0.63.2 で再エクスポートをお願いいたします。

Fixed errors when importing model made by v0.63.1 into the old UniVRM versions (~v0.62.0). If your VRM model is exported in v0.63.1, please use v0.63.2 to export your model again. Sorry for any inconvenience caused.

対応する Unity version

  • 推奨バージョン Unity-2019.4 LTS (Recommended)

その他のバージョンは Unityのバージョン を参照してください。
UniVRM supports Unity-2018.4 and above. See Unity Version for more information.

詳細はこちら

unitypacakge import について

export dialog について

UPM

v0.63.1 で構成変更しました。(meshutility => unigltf)
https://vrm.dev/docs/univrm/gltf/unigltf/
https://vrm.dev/en/docs/univrm/gltf/unigltf/

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

v0.63.1

07 Jan 04:32
d8d9ff4
Compare
Choose a tag to compare

bug 修正しました。

v0.63.2 をご利用ください。

v0.63.0

05 Jan 04:36
54645cf
Compare
Choose a tag to compare

修正しました。

  • スクリーンショットボタン。非ウインドウズで拡張子が png,jpg になる?
  • UPMバグ修正。MeshUtilityがUniGLTFを参照しているのを解消するため、MeshUtlityをUniGLTF下に移動する

v0.63.1 をお使いください。

v0.62.0

17 Nov 08:42
0b7f997
Compare
Choose a tag to compare

対応する Unity version

  • 推奨バージョン Unity-2019.4 LTS (Recommended)

その他のバージョンは Unityのバージョン を参照してください。
UniVRM supports Unity-2018.4 and above. See Unity Version for more information.

詳細はこちら

unitypacakge import について

export dialog について

UPM

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

v0.61.1

12 Oct 08:50
7c03033
Compare
Choose a tag to compare

v0.61.1(bug fix)

  • [Runtime] SpringBone のコライダーの座標バグを修正しました #576

対応する Unity version

  • 推奨バージョン Unity-2019.4 LTS (Recommended)
  • その他のバージョンは Unityのバージョン を参照してください。
  • Supports Unity-2018.4 or later. See Unity Version for more information.

詳細はこちら

unitypacakge import について

export dialog について

UPM

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

v0.61.0

07 Oct 05:06
68fb42d
Compare
Choose a tag to compare

bug 修正があるので https://github.com/vrm-c/UniVRM/releases/tag/v0.61.1 を使ってください。

対応する Unity version

  • 推奨バージョン Unity-2019.4 LTS (Recommended)

その他のバージョンは Unityのバージョン を参照してください。
UniVRM-v0.61 supports Unity-2018.4 and above. See Unity Version for more information.

詳細はこちら

unitypacakge import について

export dialog について

UPM

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

v0.60.0

16 Sep 03:21
2b9ddba
Compare
Choose a tag to compare

対応する Unity version

  • 推奨バージョン Unity-2019.4 LTS (Recommended)

その他のバージョンは Unityのバージョン を参照してください。
UniVRM-v0.60 supports Unity-2018.4 and above. See Unity Version for more information.

詳細はこちら

unitypacakge import について

export dialog について

UPM

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

v0.59.0

01 Sep 07:04
873aec2
Compare
Choose a tag to compare

対応する Unity version

  • 2018.4 以降
  • 2019.4 推奨 (Recommended)

詳細はこちら

unitypacakge import について

export dialog について

UPM

0.59.0 から com.vrmc.meshutility が増えました。
Please add the following UPM packages in order:

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

v0.58.1

19 Aug 08:51
029d00e
Compare
Choose a tag to compare

Unity version

  • 2018.4 以降
  • 2019.4 推奨 (Recommended)

v0.58.1

VRMFirstPerson のエディターインポートのバグを修正しました。
Fixed a bug where Renderers in VRMFirstPerson were replicated after VRM import. This problem can be fixed by Reset as shown in the following image.

#515

515 のスクリーンショットのように2倍に増えている場合は、はじめの半分を削除してください(デフォルト値になっています)。

もしくは、reset メニュー

ですべてデフォルト値になります。

詳細はこちら

unitypacakge import について

export dialog について

UPM

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

v0.58.0

18 Aug 07:46
dc11f93
Compare
Choose a tag to compare

詳細はこちら

unitypacakge import について

export dialog について

UPM

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