Overview

Topology
SHARED AUTHORITY

Fusion Starter

Fusion Starter is a beginner-friendly sample project for learning Fusion networking in Godot. Jump straight into three playable mini-games, each focused on a different genre:

Starter Overview

Every example is self-contained and beginner-friendly, showcasing Fusion best practices with thoroughly commented scripts. Whether you are exploring networked multiplayer for the first time or looking for a reference project, Fusion Starter gives you a solid starting point to learn from and build on.

Platformer Screenshot

Technical Highlights and Features

  • Smooth networked character movement using CharacterBody3D and FusionReplicator
  • Automatic state synchronization via property replication
  • RPCs for visual effects, damage and game events
  • Networked object spawning via FusionSpawner
  • Complete game loop with scoring and win conditions (Platformer and Shooter)
  • Simple connection menu for quick multiplayer start
  • Gamepad support alongside keyboard and mouse input

Also Available for Unity

This sample has Unity counterparts built with different Photon networking SDKs:

3rd Party Assets

The Fusion Starter sample is built around several awesome third party assets:

Back to top