How To Make A Game With Unity Multiplayer Netcode | Relay Service Setup

After a few days of learning about Relay Service and how to use the Relay SDK in Unity I super excited to bring you a tutorial where you will be able to follow from start to finish to set up multiplayer capabilities available over the internet and not just LAN. In this video we will cover: - Setting up relay server through Unity Services - Adding Unity Relay and Unity Transport UDP packages - Adding a new multiplayer relay scene with the Unity Transport in the NetworkManager - Creating a RelayManager singleton to create a Relay allocation and also provide a join code to clients connecting via relay The Unity Multiplayer demo shown in this video can be freely downloaded from GitHub at: Important Relay documentation available at: Recommended and very populate Multiplayer solution for Unity: (Photon 2 Unity Net
Back to Top