schellingb / UnityCapture

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

Is there a way for this to work with URP? #37

Open rrahim opened 1 year ago

rrahim commented 1 year ago

I was initially confused when I added it to a project and it didn't work (no errors either). I then ran the sample project and it worked fine.

Converted a test project of mine to Built In RP, and voila it works.

So I'm guessing the documentation doesn't mention that URP is not supported.

Has anyone found a way to support URP using UnityCapture?