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/3.0.0 | Stable |
develop | In development |
Please see Requirements section.
Unity Render Streaming is also supported natively by Furioos platform https://www.furioos.com/ . That means that you can easily build a Unity application, upload it on Furioos and enjoy all the features of Unity Render Streaming without worrying about the deployment and scalability issues of your project.
Please see Furioos Tutorial section to find out how it works.
-
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
│ ├── Runtime
│ ├── Samples~
│ └── Test
├── com.unity.template.renderstreaming-hd
│ ├── Assets
│ │ ├── Plugins
│ │ ├── Scenes
│ │ ├── Scripts
│ │ └── Tests
│ ├── Packages
│ └── ProjectSettings
├── com.unity.template.renderstreaming-rtx
│ ├── Assets
│ │ ├── Plugins
│ │ ├── Scenes
│ │ ├── Scripts
│ │ └── Tests
│ ├── Packages
│ └── ProjectSettings
├── RenderStreaming~
│ ├── Assets
│ ├── Packages
│ └── ProjectSettings
└── 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 2019.4 support - Add bitrate control sample |
2.2 |
- Add video receiver - HDRP/URP on Linux support |
3.0 |
- iOS platform support - AR Foundation sample |
3.1 |
- Android platform support |
Read this page and Unity Forum