Skip to content

torikizi/UnityRenderStreaming

 
 

Repository files navigation

Unity Render Streaming

unity 2019.4

unity 2020.2

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.

Branch

Branch Status
release/3.0.0 Stable
develop In development

Requirements

Please see Requirements section.

Furioos compatibility

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.

License

Package Structure

<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

Roadmap

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

FAQ

Read this page and Unity Forum

Contributors

About

Streaming server for Unity

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 67.9%
  • ShaderLab 11.7%
  • JavaScript 9.4%
  • TypeScript 3.9%
  • Mathematica 2.9%
  • HLSL 1.8%
  • Other 2.4%