schellingb / UnityCapture

Streams Unity rendered output to other Windows applications as virtual capture device
430 stars 68 forks source link

Could UnityCapture work with Post-Processing Behaviour? #27

Open meganeroppy opened 2 years ago

meganeroppy commented 2 years ago

Hello.

We are having an issue with this and Post-Processing Behavior (PPB) . Just adding UnityCapture and PPB to an Camera, PPB effects isn't applied to UnityCapture outImage. Is there any way to achieve this? We found it is partly possible if we use RenderTexture and RawImage, but it makes quality of outImage worse. Hopefully there's option not with RenderTexture.

Thanks.