Overview
Download Package
Go to the download page and download the Platform Shooter 2D game sample Unity project
Getting Started
Step-by-step guide to explore the sample gameplay and online modes
The Platform Shooter 2D sample is provided with full source code and demonstrates how Quantum can be used to create a fast and action-packed online 2D platform shooter. The sample has been around since Quantum 1 and was originally called Blueless.
Technical highlights and features are:
- A character controller with custom steering implementation
- Raycast projectiles based on delta-movement
- Data-driven polymorphism for Quantum assets
- Respawn points with Entity Prototypes.
- A disconnect system for inactive players
- A character selection screen while the simulation is already running
The sample game was developed by BitCake Studio for Photon Engine.
Back to top