fusion-simple-fps-hathora
An open-source Unity FPS sample using Photon Fusion and Hathora dedicated servers. Explore multiplayer game server integration for C# game developers.
Overview
fusion-simple-fps-hathora is an open-source Unity project that demonstrates how to build a simple first-person shooter with multiplayer networking powered by Photon Fusion and dedicated server hosting via Hathora. The repository is written in C# and targets game developers who want a working reference for integrating Hathora's multiplayer game server platform into a Unity project. The project lives on GitHub under the hathora organization, has 19 stars, and saw activity as recently as December 2024. It is released under a non-standard license, so developers should review the license file before use. No packaged release binaries are indexed; users work directly from the repository source.
Highlights
- Unity-based first-person shooter sample project
- Multiplayer networking built on Photon Fusion
- Dedicated server hosting integration with Hathora
- Written in C# for Unity developers
- Reference architecture for game server deployment workflows
Common use cases
- Learning how to integrate Hathora dedicated servers into a Unity game
- Prototyping a multiplayer FPS with Photon Fusion
- Studying server-authoritative multiplayer game architecture
- Starting point for indie teams building online shooters