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