stream-unity-webrtc-introdu.../README.md

888 B

WebRTC in Unity: Companion Repository

Welcome to the official repository for the Implementing Real-Time Video Streaming in Unity with WebRTC 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.

Happy coding!