This document is about: QUANTUM 2
SWITCH TO

Overview

Introduction

Welcome to the Quantum 100 series.

This is a step-by-step guide to get up and running with the Quantum SDK in Unity.

Expectations

Quantum is a high-performance deterministic ECS engine for online multiplayer games. Quantum greatly simplifies multiplayer development however it requires a different approach where gameplay code is strictly decoupled from view/rendering.

Accordingly, at least a general understanding of C# and game development concepts in Unity is expected. Quantum's APIs are designed to be easy to use, but having prior experience using the ECS pattern and working with pointers in C# is a plus.

The Quantum 100 series covers the absolute basics to have a multiplayer prototype running. If you are a beginner game developer with no multiplayer experience or just new to quantum (even if an experienced developer), this tutorial is strongly recommended.

Video

There is also a video tutorial covering similar content to the Quantum 100 series which can be used to get started with Quantum as well.

Download

Version Release Date Download
2.1.4 May 11, 2023 Quantum 100 2.1.4 Build 205
Back to top