albertxavier100 / unity-multiplayer-azure-solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity Multiplayer Azure Solution

Azure Web PubSub Transport for Unity Netcode for GameObjects

Quick Start

Before you read below, I highly recommend you to watch this TWO minutes video to get to know this transport

Download unity package in Release page, the package is in queue to publish in Unity asset store.

Video quick start

Overview

Azure Web PubSub transport is designed to use Azure's managed realtime service to transfer data between unity server and clients.

Azure's managed Web PubSub service support Websocket, so if you are seeking solution for Websocket or extend your game to support WebGL platform, this transport is just for you.

This transport hides most of the technical details, all you need to do is to create an Azure Web PubSub service, and connect your service with a connection string.

What's more, with managed Azure Web PubSub service, you can have scalability, high availability, live monitoring, private link, auto-reconnect functionality and more.

Series

Project

About

License:MIT License


Languages

Language:JavaScript 37.7%Language:MDX 26.8%Language:TypeScript 23.6%Language:CSS 11.9%