This document is about: FUSION 2
SWITCH TO

Overview

Overview

Fusion 101 will explain the initial steps required to start a Fusion project. A general understanding of Unity and C# is expected.

Fusion supports multiple network topologies.

  • Server Mode: Dedicated server with public IP.
  • Host Mode: One player is the host, all other players connect to them.
  • Shared Mode: Cloud Room has StateAuthority.

Read More about Topologies here

Which mode to choose is an important decision that you need to make early in development. The mode you choose will change the way you use Fusion and write multiplayer code on a fundamental level.

To decide which mode to use we recommend that you start with the Quadrant and pick the solution that best matches your game's genre.

This tutorial is for Shared Mode. For Server and Host Mode follow the Fusion 100 tutorial instead.

Next Shared Mode Basics 1 - Getting Started

Download

Version Release Date Download
2.0.0 Jan 29, 2024 Fusion Shared Basics 2.0.0 Build 404
Back to top