unity3d-jp / FrameCapturer

export framebuffer, GBuffer or any RenderTextures from Unity to file. supported format: png, exr, gif, webm, mp4
MIT License
1.04k stars 164 forks source link

Failed to load fccore.dll on a network drive #20

Closed Wakkamis closed 7 years ago

Wakkamis commented 7 years ago

Frame, video and audio export fails to work when the project is stored on a network drive.

capture

i-saint commented 7 years ago

C# restricts access for .dll on network drive. there's nothing I can do about that.