This document is about: QUANTUM 2
SWITCH TO

SDK & Download

Getting the Quantum SDK

VersionRelease DateDownload
2.1.10 StableMay 16, 2025Quantum SDK 2.1.10 StableRelease Notes
2.1.9 StableJul 17, 2024Quantum SDK 2.1.9 StableRelease Notes

Circle

VersionRelease DateDownload
2.1.9 StableJul 18, 2024Quantum SDK 2.1.9 Stable-DeterministicNavmeshRelease Notes
VersionRelease DateDownload
2.1.10 StableMay 16, 2025Quantum Plugin SDK 2.1.10 Build 1705Release Notes
2.1.9 StableOct 01, 2024Quantum Plugin SDK 2.1.9 Build 1561Release Notes
VersionRelease DateDownload
2.0.6 F1Mar 20, 2023Quantum SDK 2.0.6 F1 Build 1146Release Notes

Release Notes

Quantum SDK 2.1 Release Notes

Quantum SDK 2.0 Release Notes

Requirements

  • Minimum Unity 2018.4.30f1
  • Visual Studio 2017, JetBrains Rider
  • Microsoft Windows 10 or Mac OS X
  • C# 7.3 and .Net 4.6.2

Supported Platforms

SDK contents

The SDK is distributed as a zip file, which contains: a bootstrap project (VS solution for the gameplay simulation, Unity project for the view integration), and upgrade instructions (including all necessary files).

The current files and folders are included in the SDK compressed file:

  • assemblies (folder): quantum run-time libraries (that are included into client builds);
  • quantum_code (folder): bootstrap gameplay simulation visual studio solution (2 projects). Includes basics classes, but no sample game state;
  • quantum_unity (folder): bootstrap unity project (includes some quantum unity integration sample sources such as loaders, debug runner, entity prefab scripts, etc);
  • tools (folder): quantum compile-time libraries (DSL-parser/compiler/code-generator and IL patcher) that are used in the visual studio solution for the gameplay simulation, but are not used during runtime;
  • upgrade (folder): upgrade instructions + replacement packs and files;
  • release_history.txt (file): lists added features, bug-fixes, etc, since the first release of the Quantum ECS SDK (same as listed below).
  • build_info.txt (file): exact info about the build, keep up to date for better support.
  • PhotonQuantum-Documentation.chm (file): API documentation of Quantum SDK and Quantum Server Plugin SDK. If the file cannot be viewed properly try to unblock the zip file before extracting.
Back to top