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.
This repository manages 1 package and 2 templates. Details can be found in the README.md for each package.
- com.unity.template.renderstreaming-hd
- com.unity.template.renderstreaming-rtx
- com.unity.renderstreaming
| Branch | Status |
|---|---|
| release/2.0.2 | Stable |
| develop | In development |
This solution is compatible with Unity 2019.3.
| Platform | Graphics API | Hardware Encoder | Software Encoder |
|---|---|---|---|
| Windows x64 | DirectX11 | ✅ (Require NVIDIA Graphics card) | ✅ |
| Windows x64 | DirectX12 | ✅ (Require NVIDIA Graphics card) | ✅ |
| Windows x64 | OpenGL | ||
| Windows x64 | Vulkan | ||
| Linux x64 | OpenGL | ✅ (Require NVIDIA Graphics card) | |
| Linux x64 | Vulkan | ||
| MacOS | OpenGL | ||
| MacOS | Metal | ✅ |
Browser support depends on the status of each browser's WebRTC support.
- Desktop Chrome
- Desktop Firefox
- Desktop Safari
- Desktop Microsoft Edge (Chromium-based)
- Android Chrome
- iOS Safari
Unity Render Streaming is also supported natively by Furioos platform https://www.furioos.com/ . That means that you can easily build a RenderStreaming application, upload it on Furioos and enjoy all the features of RenderStreaming without worrying about the deployment and scalability issues of your project. To do so, the requirement is to select "FurioosSignaling" in the "Signaling server type" parameter of the RenderStreaming script. This allow your application to connect to Furioos services when running on the managed virtual machines. Then just build a standalone Windows version of your application, zip it and upload it on your account at https://portal.furioos.com/ .
-
com.unity.renderstreaming- LICENSE.md -
com.unity.template.renderstreaming-hd- LICENSE.md -
com.unity.template.renderstreaming-rtx- LICENSE.md
<root>
├── com.unity.renderstreaming
│ ├── Documentation~
│ ├── Editor
│ └── Samples~
├── com.unity.template.renderstreaming-hd
│ ├── Assets
│ │ ├── Plugins
│ │ ├── Scenes
│ │ ├── Scripts
│ │ └── Tests
│ ├── Packages
│ └── ProjectSettings
├── com.unity.template.renderstreaming-rtx
│ ├── Assets
│ │ ├── Plugins
│ │ ├── Scenes
│ │ ├── Scripts
│ │ └── Tests
│ ├── Packages
│ └── ProjectSettings
├── EmptyProjectForTest~
├── RenderStreamingSampleSrc~
| ├── RS_HDRPSampleSrc_1.x
│ └── RS_URPSampleSrc_1.x
└── WebApp
├── public
├── src
└── test
| Version | Focus |
|---|---|
1.0 |
- First release |
1.1 |
- Upgrade HDRP version 5.16 |
1.2 |
- Unity 2019.3 support |
2.0 |
- Multi camera - DirectX12 (DXR) Support |
2.1 |
- Unity 2020.1 support - Bitrate control sample |
Read this page and Unity Forum
