Releases: vrm-c/UniVRM
v0.63.2
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.
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.63.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.63.0(en)
unitypacakge import について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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
v0.63.0
v0.62.0
対応する Unity version
- 推奨バージョン Unity-2019.4 LTS (Recommended)
その他のバージョンは Unityのバージョン を参照してください。
UniVRM supports Unity-2018.4 and above. See Unity Version for more information.
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.62.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.62.0(en)
unitypacakge import について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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
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.
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.61.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.61.0(en)
unitypacakge import について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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
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.
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.61.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.61.0(en)
unitypacakge import について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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
対応する Unity version
- 推奨バージョン Unity-2019.4 LTS (Recommended)
その他のバージョンは Unityのバージョン を参照してください。
UniVRM-v0.60 supports Unity-2018.4 and above. See Unity Version for more information.
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.60.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.60.0(en)
unitypacakge import について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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
対応する Unity version
- 2018.4 以降
- 2019.4 推奨 (Recommended)
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.59.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.59.0(en)
unitypacakge import について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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
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 のスクリーンショットのように2倍に増えている場合は、はじめの半分を削除してください(デフォルト値になっています)。
もしくは、reset
メニュー
ですべてデフォルト値になります。
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.58.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.58.0(en)
unitypacakge import について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.58.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.58.0(en)
unitypacakge import について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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",
}
}