Streaming server for Unity
Перейти к файлу
Takashi KANNAN 69a79c7719 show list on auto setting 2022-08-02 09:38:19 +09:00
.github/ISSUE_TEMPLATE feat: Upgrade WebRTC package version 2.4.0-exp.7 (#683) 2022-05-19 17:32:28 +09:00
.yamato feat: Upgrade WebRTC package version 2.4.0-exp.7 (#683) 2022-05-19 17:32:28 +09:00
BuildScripts~ chore: Add m1mac for testing platform on CI (#546) 2021-10-08 10:15:32 +09:00
RenderStreaming~ chore: Upgrade WebRTC package version to 2.4.0-exp.8 (#714) 2022-07-21 14:52:04 +09:00
TestProjects test: Add the empty Unity project for auto testing on CI (#631) 2022-02-08 09:47:07 +09:00
WebApp feat: Webserver pointer lock support (#719) 2022-07-21 14:10:32 +09:00
com.unity.renderstreaming show list on auto setting 2022-08-02 09:38:19 +09:00
com.unity.template.renderstreaming-hd feat: Update package template for 3.1.0-exp.2 (#646) 2022-02-15 15:46:06 +09:00
com.unity.template.renderstreaming-rtx feat: Update package template for 3.1.0-exp.2 (#646) 2022-02-15 15:46: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 unittest for webapp using Jest (#541) 2021-10-04 14:28:23 +09:00
CONTRIBUTING.md doc: Update CONTRIBUTING.md (#711) 2022-07-06 12:23:50 +09:00
LICENSE.md doc: Add LICENSE.md and CONTRIBUTING.md to root (#214) 2020-01-24 11:19:44 +09:00
README.md feat: Upgrade WebRTC package version 2.4.0-exp.7 (#683) 2022-05-19 17:32:28 +09:00
Third Party Notices.md Websocket support (#258) 2020-04-07 13:26:02 +09:00
pack_webapp.cmd refactor: Prepared template testing (#218) 2020-01-31 14:26:48 +09:00
pack_webapp.sh fix: divide webapp release mac (#316) 2020-07-21 09:47:14 +09:00
test_webapp.cmd fix: Fix AudioStreamer (#528) 2021-09-15 10:26:51 +09:00
test_webapp.sh feat: Add unittest for webapp using Jest (#541) 2021-10-04 14:28:23 +09:00
test_webapp_client.cmd feat: add lint for webapp client (#545) 2021-10-06 12:11:17 +09:00
test_webapp_client.sh feat: add lint for webapp client (#545) 2021-10-06 12:11:17 +09:00

README.md

Unity Render Streaming

unity 2019.4 unity 2020.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.

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

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

FAQ

Read this page and Unity Forum

Contributors