This document is about: FUSION 1
SWITCH TO

Asteroids Simple

Level 4

Overview

The Fusion Asteroids sample is a remake of the original PUN Asteroids demo in with Unity 2021.3 for PC (Windows).

This sample showcases how to recreate the asteroids demo with Fusion using the most simple approach possible. Therefore the approach presented in this sample includes "good" development practices but forgoes "best" practices for sake of simplicity.

The Fusion Asteroids sample comes in two variants:

  • Asteroids Host Mode Simple; and,
  • Asteroids Shared Mode Simple.

Each version uses the mode included in its name.

IMPORTANT: The code in these versions is NOT interchangeable!

This is a total novice sample and the logical next step in the learning Fusion after completing the Fusion Host Mode Basics tutorial or Fusion Shared Mode Basics tutorial; if this has not been done yet, please review the tutorial series before diving into the Fusion Asteroids sample.

It is strongly recommend to acquire a complete understanding of this sample before moving on to any of the beginner examples.

Before You Start

To run the sample, first create a Fusion AppId in the PhotonEngine Dashboard and paste it into the App Id Fusion field in Real Time Settings (reachable from the Fusion menu). Then load the Launch scene and press Play.

Download - Host Mode Simple

Version Release Date Download
1.1.8 Aug 28, 2023 Fusion Asteroids Host Simple 1.1.8 Build 248

Download - Shared Mode Simple

Version Release Date Download
1.1.6 Apr 12, 2023 Fusion Asteroids Shared Simple 1.1.6 Build 158
Back to top