Home

Awesome

Unity Render Streaming

<img src="https://img.shields.io/badge/unity-2020.3-green.svg?style=flat-square" alt="unity 2020.3"> <img src="https://img.shields.io/badge/unity-2021.3-green.svg?style=flat-square" alt="unity 2021.3"> <img src="https://img.shields.io/badge/unity-2022.2-green.svg?style=flat-square" alt="unity 2022.3">

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.

<img src="com.unity.renderstreaming/Documentation~/images/browser_hdrpscene.png" width=500 align=center>

Requirements

Please see Requirements section.

License

Repository Structure

<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

Roadmap

VersionFocusWhen
1.0.0-preview- First releaseAug 2019
1.1.0-preview- Upgrade HDRP version 5.16Sep 2019
1.2.0-preview- Unity 2019.3 supportFeb 2020
2.0.0-preview- Multi camera <br/>- DirectX12 (DXR) SupportApr 2020
2.1.0-preview- Unity 2019.4 support <br/>- Add bitrate control sampleAug 2020
2.2.0-preview- Add video receiver <br/>- HDRP/URP on Linux supportNov 2020
3.0.0-preview- iOS platform support <br/>- AR Foundation sampleMar 2021
3.1.0-exp.1- Android platform supportJun 2021
3.1.0-exp.2- Audio Renderer support <br/> - Multiplay sample <br/> - M1 Mac supportDec 2021
3.1.0-exp.3- Fix bugsFeb 2022
3.1.0-exp.4- Streaming settings API <br/> - Unity 2022.1 support <br/> - Remove Unity 2019.4 from support listOct 2022
3.1.0-exp.5- Fix bugsJan 2023
3.1.0-exp.6- Streaming Settings Window <br/> - Auto Configuration <br/> - Command line optionFeb 2023
3.1.0-exp.7- Fix bugsJul 2023
3.1.0-exp.8- Fix bugsNov 2023

FAQ

Please read this page and Unity Forum.

Contributors