Skip to content

journee-live/UnityRenderStreaming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Render Streaming

unity 2019.4

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/2.1.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 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/ .

License

Package Structure

<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

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
2.3 - Gyro input remote control
- iOS platform sample

FAQ

Read this page and Unity Forum

Contributors

Packages

No packages published

Languages

  • C# 50.1%
  • ShaderLab 20.4%
  • JavaScript 13.7%
  • TypeScript 5.4%
  • Mathematica 5.1%
  • HLSL 3.1%
  • Other 2.2%