keijiro / FFmpegOut

Video capture plugin for Unity with FFmpeg.
MIT License
932 stars 149 forks source link

Game camera displays only the sky while recording . (Unity 2019.2.6, HDRP 6.9) #42

Open sloopidoopi opened 4 years ago

sloopidoopi commented 4 years ago

Hi, with Unity 2018. LTS i have no issues but with Unity 2019.2.6 and HDRP (6.9 + 6.9.2) i can't see what the camera actual renders while recording. The recording works and the rendered video is like expected, but my gameview only shows the sky so i can't see what i'm actualy recording.

keijiro commented 4 years ago

Unfortunately, the forward compatibility of HDRP is not completely guaranteed, so the plugins like this gets broken very often. I strongly recommend using FFmpegRecorder instead when using HDRP.

https://github.com/keijiro/FFmpegRecorder

sloopidoopi commented 4 years ago

Thanks for the info. Unfortunately i need a solution at runtime and FFmpegRecorder seems to be a solution only for editor sessions. Any plans to update the plugin in the future ? (When HDRP is out of preview?)

keijiro commented 4 years ago

I'm not strongly motivated to support runtime use because the license (GPL) is too complicated to use in a redistributable application.