This document is about: QUANTUM 2
SWITCH TO

API Sample

Level 4

Overview

The API sample is a collection of example implementations and code snippets illustrating the various aspects of Quantum. Most of the snippets presented in the documentation are extract from this sample.

NOTE: This is NOT a game.

Download

Version Release Date Download
2.1.5 May 11, 2023 Quantum API Sample 2.1.5 Build 217

Technical Info

  • Requires Unity 2020.3.1f1 LTS or higher.
  • Runs on Windows and Mac.

Sample highlights

  • Presents example implementations of all basic Quantum Features.

    • 3D Physics
    • 3D KCC
    • Player Input Polling (Old + New Unity Input System)
    • EntityPrototypes (Scene baked + Code instantiated)
    • BotSDK
    • Simulation polling driven Animation
    • Events
    • Reactive Callbacks for Components
    • System Signals
    • Simple Unity to Quantum asset backing
    • Asset Polymorphism
    • Filters

3rd Party Assets

The Projectiles Sample includes several assets provided courtesy of their respective creators. The full packages can be acquired for your own projects at their respective site:

IMPORTANT: To use them in a commercial project, it is required to purchase a license from the respective creators.

Back to top