Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.57 KB

File metadata and controls

48 lines (31 loc) · 1.57 KB

Unity Render Streaming

Unity Render Streaming is a solution that provides Unity's high definition 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 through customization developers can create their own unique solutions.

Guide

Requirements

  • This version of Render Streaming is compatible with the following versions of the Unity Editor:
    • 2019.1

Note

<Unity 2018.3 is not supported.>

Note

<Unity 2019.2 is not work correctly because it doesn't support HDRP 5.x>

  • Currently the software only supports windows64.

  • Graphics API version only supports Direct3D11.

  • IL2CPP is not supported in Scripting Backend by this package.

Graphics card

This solution is optimised for NVIDIA graphics cards. Using a recommended graphics card will allow streaming with lower latency. See NVIDIA's NVIDIA VIDEO CODEC SDK webpage for a list of recommended graphics cards.

Graphics API version is only supports Direct3D11.

Browsers

  • Desktop Chrome
  • Desktop Firefox
  • Desktop Safari
  • Android Chrome
  • iOS Safari