お知らせ
VCI 等、バーチャルキャストのコンテンツ制作環境の導入は VirtualCastToolKit を推奨します。
以下の URL からインストール方法をご参照ください。
https://developer.virtualcast.jp/vctk/
概要
- カメラマスク設定を追加
対応環境
Unity 2022.3.20f1 を推奨します。
導入方法
重要
アップデートする場合は、過去バージョンのファイルを完全に削除してから、本バージョンを導入してください。
unitypackage を使用する場合
UniVRM v0.124.0 パッケージを導入後、UniVCI v0.43.1 の unitypackage をプロジェクトにインポートしてください。
- UniVRM v0.124.0 パッケージは、https://github.com/vrm-c/UniVRM/releases/tag/v0.124.0 からダウンロードしてください。
UPMを使用する場合
以下の内容をPackages > manifest.json
のdependencies
に追記してください
"com.virtualcast.univci": "https://github.com/virtual-cast/VCI.git?path=/Assets/VCI#v0.43.1",
"com.thirdparty.naudio": "https://github.com/virtual-cast/VCI.git?path=/Assets/NAudio#v0.43.1",
"com.thirdparty.effekseer": "https://github.com/virtual-cast/VCI.git?path=/Assets/Effekseer#v0.43.1",
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.124.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.124.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.124.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.124.0",