keijiro / Rsvfx

An example that shows how to connect RealSense depth camera to Unity VFX Graph
Other
734 stars 110 forks source link

Work with Spout #27

Closed Zudva closed 5 years ago

Zudva commented 5 years ago

Hi! I want use you Asset with KlakSpout. I'm not can use it in this project?

keijiro commented 5 years ago

You can.

keijiro commented 5 years ago

I'm closing this issue now, but please feel free to reopen for further questions.

Zudva commented 5 years ago

Keijiro, i add Spout folder with to Assets in your RsVFX project and add KlakSpout. Spout script see my Touchdesigner spout out, but Touchdesigner spout in node not see Unity Sender script for Camera in scene. Sorry, but im not understand how to correctly launch. In new project all work. Thank you!

keijiro commented 5 years ago

Please note that the camera capture mode in the Spout Sender component doesn't support SRP (LWRP/HDRP). That's why your project doesn't show anything on TouchDesigner side. I'd recommend using the Render Texture mode insted. Please check README of KlakSpout for further details.