Skip to content
sh_akira edited this page Jun 28, 2021 · 3 revisions

Modのインストール

バーチャルモーションキャプチャーのフォルダにあるModsフォルダにModのファイルをコピーすることでインストールできます。
Modの使用方法は各Modの作者の説明を参照してください。
Mod機能は無保証、無サポートです。一切の保証は致しかねます。出所不明のModは入れないでください。

For Developer

Create Mod

  1. Create DLL Project (Class Library, .NET Framework 4.x)
  2. Import VMCMod.dll, UnityEngine.dll, UnityEngine.CoreModule.dll (at VirtualMotionCapture_Data/Managed)
  3. Create MonoBehaviour based class with VMCPlugin attribute. (Please see VMCMod/ExampleMod.cs)
  4. Build DLL and copy dll to Mods folder. (VMC will search the subfolders and load only the DLLs (i.e. ignore the readme files, etc.))