This document is about: QUANTUM 2
SWITCH TO

SDK & Download

Getting the Quantum SDK

Free

Version Release Date Download Unity Version
2.1.7 Stable Jun 14, 2023 Quantum SDK 2.1.7 Stable Build 1164 Release Notes 2018.4

Circle

Version Release Date Download Unity Version
2.1.7 Stable Jun 14, 2023 Quantum Plugin SDK 2.1.7 Stable Build 1164 Release Notes
2.0.6 Stable Mar 20, 2023 Quantum SDK 2.0.6 F1 Build 1146 Release Notes 2018.4
Mar 20, 2023 Quantum Plugin SDK 2.0.6 F1 Build 1146 Release 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

  • Microsoft Windows
  • MacOS X
  • Android
  • iOS
  • Nintendo Switch (NintendoSDK 5.5.0 or higher)
  • Xbox ONE (ask us for details)
  • Xbox Series X & S (ask us for details)
  • PS4 & PS5 (ask us for details)
  • WebGL (special considerations listed here)

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