Unity Render Streaming is a solution that provides Unity's high quality rendering abilities via browser. It's designed to meet the needs of tasks like viewing car configurators or architectural models on mobile devices. This solution's streaming technology takes advantage of WebRTC, and developers can even use the WebRTC package to create their own unique solutions.
Please see Requirements section.
-
com.unity.renderstreaming- LICENSE.md -
com.unity.template.renderstreaming-hd- LICENSE.md -
com.unity.template.renderstreaming-rtx- LICENSE.md
<root>
├── BuildScripts~ // Build scripts for CI system
├── com.unity.renderstreaming // Unity Render Streaming Package
├── com.unity.template.renderstreaming-hd // HDRP template
├── com.unity.template.renderstreaming-rtx // HDRP Raytracing template
├── RenderStreaming~ // Sample project for package
└── WebApp // Web application for signaling
Please read this page and Unity Forum.

