UnityCam icon indicating copy to clipboard operation
UnityCam copied to clipboard

Does not work with Universal Render Pipeline

Open DaveRune opened this issue 3 years ago • 1 comments

To Reproduce:

  • Install the "Universal RP" asset using the Package Manager
  • Create a "Pipeline Asset (Forward Renderer)"
  • In Player Settings > Graphics assign the Pipeline Asset
  • Play.

There is no longer a webcam output. There are also no errors.

DaveRune avatar Aug 23 '21 14:08 DaveRune

There are different render pipline between build-in and urp. Need change OnRenderImage workflow to ScriptableRenderPass.

Reference here: https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnRenderImage.html

I uploaded hdrp version. https://github.com/shinn716/UnityCam_HDRP

shinn716 avatar Oct 14 '22 08:10 shinn716