Go to file
Daniel Sierpiński 43a8dcc993
Fix article URL
2024-04-23 11:56:57 +02:00
ServerSideProject Add the completed Signaling Server .NET repository 2024-01-31 15:24:10 +01:00
Unity_CompletedProject fix error printing 2024-02-05 16:07:03 +01:00
Unity_StartingProject Add Unity starting project 2024-02-01 11:56:31 +01:00
README.md Fix article URL 2024-04-23 11:56:57 +02:00

README.md

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!