Skip to content

v0.32.0

Compare
Choose a tag to compare
@hiroj hiroj released this 17 Mar 07:30
· 43 commits to master since this release
8d4a07e

概要

  • UniVRMに依存する変更が行われました
  • UPM(UnityPackageManager)に対応しました
  • AudioSourceSpatial Blend が Export/Import できるようになりました
    • この機能にともない、各GameObjectが持っているAudioSourceが個別にExportされるようになります
  • 詳しくは以下を参照してください

導入方法

unitypackage を使用する場合

  • このリリースに含まれている UniVRM-0.67.1_c4db.unitypackage を導入後、UniVCIのunitypackageをインポートしてください

UPMを使用する場合

  • 以下の内容をPackages > manifest.jsondependenciesに追記してください
    "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以降でなければ読み込めない点に注意してください