Overview

Quantum Starter is an entry-level game sample designed for testing and learning about Quantum, and enjoying multiplayer gameplay with friends and colleagues.
The project consists of a series of small, independent examples. Each example has its own folder and namespace. Currently, there are three examples available:
Quantum Starter is designed with a simple approach and understandable code in mind. All scripts are thoroughly commented to aid understanding. It is therefore accessible for beginners while still respecting Quantum best practices. Test how everything stays butter-smooth even under poor networking conditions.
🕹️ Try Quantum Starter directly in your browser:
Technical Highlights and Features
- Smooth networked character movement powered by our Kinematic Character Controller (KCC) addon
- Synchronized character animations across all clients
- Working with physics - triggers and rigid bodies (Platformer), raycasting (Shooter)
- Complete game loop with scoring and win conditions in Platformer example
- Simple connection menu for quick multiplayer start
Photon Fusion Version Available
This Starter sample comes in three versions - this Quantum networking version and two Fusion networking versions (Host mode and Shared mode). To see the equivalent gameplay implemented with Fusion, visit the Fusion Starter sample. For help deciding between Quantum and Fusion for your project, check out Photon Quadrant or contact our support team.
3rd Party Assets
The Quantum Starter sample is built around several awesome third party assets:
- Starter Kit 3D Platformer by Kenney under CC0 license
- Starter Kit FPS by Kenney under CC0 license
- Starter Assets: Character Controllers | URP by Unity under Unity Companion License
Please read the UCL license terms carefully before downloading and using the asset.
Back to top