v0.32.0
概要
- UniVRMに依存する変更が行われました
UniVCI v0.32.0
では、UniVRM v0.67.1
に依存しています- https://github.com/vrm-c/UniVRM/tree/v0.67.1
- 後記する導入方法でUniVRMをインポートする必要があります
- UPM(UnityPackageManager)に対応しました
AudioSource
のSpatial Blend
が Export/Import できるようになりました- この機能にともない、各GameObjectが持っている
AudioSource
が個別にExportされるようになります
- この機能にともない、各GameObjectが持っている
- 詳しくは以下を参照してください
導入方法
unitypackage を使用する場合
- このリリースに含まれている UniVRM-0.67.1_c4db.unitypackage を導入後、UniVCIのunitypackageをインポートしてください
UPMを使用する場合
- 以下の内容を
Packages > manifest.json
のdependencies
に追記してください
"com.virtualcast.univci": "https://github.com/virtual-cast/VCI.git?path=/Assets/VCI#v0.32.0",
"com.thirdparty.naudio": "https://github.com/virtual-cast/VCI.git?path=/Assets/NAudio#v0.32.0",
"com.thirdparty.effekseer": "https://github.com/virtual-cast/VCI.git?path=/Assets/Effekseer#v0.32.0",
"com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.67.1",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.67.1",
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.67.1",
VCIのバージョン差についての注意
- UniVCI v0.32 で出力されたVCIは、VirtualCast v2.0.3a以降でなければ読み込めない点に注意してください