-
Notifications
You must be signed in to change notification settings - Fork 118
sh_akira edited this page Jun 28, 2021
·
3 revisions
バーチャルモーションキャプチャーのフォルダにあるModsフォルダにModのファイルをコピーすることでインストールできます。
Modの使用方法は各Modの作者の説明を参照してください。
Mod機能は無保証、無サポートです。一切の保証は致しかねます。出所不明の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.))