Go to file
Brian Harrison 3cc7496c84 Merge branch 'main' of github.com:Unity-Technologies/UnityRenderStreaming into feat/stability-project-develop-upgrade-render-streaming 2024-01-30 13:58:05 -07:00
.github/ISSUE_TEMPLATE fix: Upgrade WebRTC package 3.0.0-pre.7 (#953) 2023-11-21 09:48:51 +09:00
.yamato chore: Upgrade bokken image for windows (#977) 2024-01-29 11:21:47 +09:00
BuildScripts~ fix: [workaround] Avoid crash when build app with batchmode on command-line (#742) 2022-08-25 12:59:43 +09:00
RenderStreaming~ fix: Upgrade WebRTC package 3.0.0-pre.7 (#953) 2023-11-21 09:48:51 +09:00
TestProjects fix: Upgrade WebRTC package 3.0.0-pre.7 (#953) 2023-11-21 09:48:51 +09:00
WebApp chore: bump tough-cookie and newman in /WebApp (#957) 2023-11-21 09:49:38 +09:00
com.unity.renderstreaming fix: Fix disconnecting on first time PeerConnection state changes to disconnected, and instead rely on failed. (#976) 2024-01-29 16:56:40 +09:00
com.unity.template.renderstreaming-hd refactor: Install managed code formatter (#913) 2023-07-19 15:57:29 +09:00
com.unity.template.renderstreaming-rtx doc: Fix video/audio component documents (#779) 2022-10-03 08:40:06 +09:00
.editorconfig feat: Add an item to project settings window for Unity Render Streaming (#721) 2022-07-26 11:11:11 +09:00
.gitignore feat: Add VideoCodecInfo / AudioCodecInfo (#727) 2022-08-22 09:08:15 +09:00
CONTRIBUTING.md doc: Update CONTRIBUTING.md (#711) 2022-07-06 12:23:50 +09:00
LICENSE.md doc: Fix video/audio component documents (#779) 2022-10-03 08:40:06 +09:00
README.md fix: Upgrade WebRTC package 3.0.0-pre.7 (#953) 2023-11-21 09:48:51 +09:00
Third Party Notices.md Websocket support (#258) 2020-04-07 13:26:02 +09:00
pack_webapp.cmd doc: Remove unused document (#835) 2023-01-12 09:31:09 +09:00
pack_webapp.sh doc: Remove unused document (#835) 2023-01-12 09:31:09 +09:00
test_webapp.cmd doc: Remove unused document (#835) 2023-01-12 09:31:09 +09:00
test_webapp.sh doc: Remove unused document (#835) 2023-01-12 09:31:09 +09:00
test_webapp_client.cmd doc: Remove unused document (#835) 2023-01-12 09:31:09 +09:00
test_webapp_client.sh doc: Remove unused document (#835) 2023-01-12 09:31:09 +09:00

README.md

Unity Render Streaming

unity 2020.3 unity 2021.3 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.

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

Version Focus When
1.0.0-preview - First release Aug 2019
1.1.0-preview - Upgrade HDRP version 5.16 Sep 2019
1.2.0-preview - Unity 2019.3 support Feb 2020
2.0.0-preview - Multi camera
- DirectX12 (DXR) Support
Apr 2020
2.1.0-preview - Unity 2019.4 support
- Add bitrate control sample
Aug 2020
2.2.0-preview - Add video receiver
- HDRP/URP on Linux support
Nov 2020
3.0.0-preview - iOS platform support
- AR Foundation sample
Mar 2021
3.1.0-exp.1 - Android platform support Jun 2021
3.1.0-exp.2 - Audio Renderer support
- Multiplay sample
- M1 Mac support
Dec 2021
3.1.0-exp.3 - Fix bugs Feb 2022
3.1.0-exp.4 - Streaming settings API
- Unity 2022.1 support
- Remove Unity 2019.4 from support list
Oct 2022
3.1.0-exp.5 - Fix bugs Jan 2023
3.1.0-exp.6 - Streaming Settings Window
- Auto Configuration
- Command line option
Feb 2023
3.1.0-exp.7 - Fix bugs Jul 2023
3.1.0-exp.8 - Fix bugs Nov 2023

FAQ

Please read this page and Unity Forum.

Contributors