15 lines
888 B
Markdown
15 lines
888 B
Markdown
# WebRTC in Unity: Companion Repository
|
|
|
|
Welcome to the official repository for the [Implementing Real-Time Video Streaming in Unity with WebRTC](https://getstream.io/resources/projects/webrtc/platforms/unity-streaming/) article.
|
|
|
|
## Contents
|
|
|
|
- **Starting Unity Project**: An initial Unity project setup to follow along with the article's coding tutorial.
|
|
- **Completed Unity Project**: You can use this for reference if any of the steps seem unclear or if you want to jump to the finished app.
|
|
- **Completed Server-Side Project**: The accompanying server-side application required for WebRTC signaling between peers.
|
|
|
|
## How to download?
|
|
Clone the repo with GIT or download the zipped files directly by following [this instruction](https://docs.github.com/en/repositories/working-with-files/using-files/downloading-source-code-archives#downloading-source-code-archives).
|
|
|
|
Happy coding!
|