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

Editor crash on Unity 2017.1 Beta #12

Closed i-saint closed 7 years ago

i-saint commented 7 years ago

This is Unity Editor's issue. On Windows & Unity 2017.1 beta (b5, b4, b3. maybe also other versions), any components that implement OnAudioFilterRead() cause editor crash. The workaround is just comment out OnAudioFilterRead() in MovieRecorder. It disables audio recording but no other woraround for now.

i-saint commented 7 years ago

I confirmed this issue was fixed on Unity 2017.1 b6.