Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unity-technologies/unityrenderstreaming
Streaming server for Unity
https://github.com/unity-technologies/unityrenderstreaming
unity3d webrtc
Last synced: 6 days ago
JSON representation
Streaming server for Unity
- Host: GitHub
- URL: https://github.com/unity-technologies/unityrenderstreaming
- Owner: Unity-Technologies
- License: other
- Created: 2019-03-28T02:26:40.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T03:11:38.000Z (about 2 months ago)
- Last Synced: 2025-01-30T12:05:16.989Z (6 days ago)
- Topics: unity3d, webrtc
- Language: C#
- Size: 82.1 MB
- Stars: 1,341
- Watchers: 59
- Forks: 372
- Open Issues: 107
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity Render Streaming
![]()
![]()
**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](https://webrtc.org/), and developers can even use the [WebRTC package](https://docs.unity3d.com/Packages/com.unity.webrtc@latest) to create their own unique solutions.
## Requirements
Please see [Requirements](com.unity.renderstreaming/Documentation~/index.md#requirements) section.
### License
- `com.unity.renderstreaming` - [LICENSE.md](com.unity.renderstreaming/LICENSE.md)
- `com.unity.template.renderstreaming-hd` - [LICENSE.md](com.unity.template.renderstreaming-hd/Packages/com.unity.template.renderstreaming-hd/LICENSE.md)
- `com.unity.template.renderstreaming-rtx` - [LICENSE.md](com.unity.template.renderstreaming-rtx/Packages/com.unity.template.renderstreaming-rtx/LICENSE.md)
## Repository Structure
```
├── 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](com.unity.renderstreaming/Documentation~/faq.md) and [Unity Forum](https://forum.unity.com/forums/unity-render-streaming.413/).
## Contributors
- [@karasusan](https://github.com/karasusan)
- [@hiroki-o](https://github.com/hiroki-o)
- [@flame99999](https://github.com/flame99999)
- [@koseyile](https://github.com/koseyile)
- [@sindharta](https://github.com/sindharta)
- [@kannan-xiao4](https://github.com/kannan-xiao4)
- [@samuel-tranchet](https://github.com/samuel-tranchet)