Mod - sh-akira/VirtualMotionCapture GitHub Wiki
Modのインストール
バーチャルモーションキャプチャーのフォルダにあるModsフォルダにModのファイルをコピーすることでインストールできます。
Modの使用方法は各Modの作者の説明を参照してください。
Mod機能は無保証、無サポートです。一切の保証は致しかねます。出所不明のModは入れないでください。
For Developer
Create Mod
- Create DLL Project (Class Library, .NET Framework 4.x)
- Import VMCMod.dll, UnityEngine.dll, UnityEngine.CoreModule.dll (at VirtualMotionCapture_Data/Managed)
- Create MonoBehaviour based class with VMCPlugin attribute. (Please see VMCMod/ExampleMod.cs)
- 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.))