GifOffscreenCapturer() { #if UNITY_STANDALONE_WIN // Plugins/* を dll サーチパスに追加 try { FrameCapturer.AddLibraryPath(); } catch { } #endif }
MP4Capturer() { // Plugins/* を dll サーチパスに追加 try { FrameCapturer.AddLibraryPath(); } catch { } }