Get multiplayer running in under 3 minutes with the Multiplayer Starter Kit.
New to networking? Follow the 3-button Setup Wizard and have players connected without writing a single line of code.
Experienced developer? Every script is fully editable and documented — customize the architecture exactly the way you want.
FEATURES
• One-click Setup Wizard — configure your scene in 3 button clicks
• Host / Client / Quick Match modes out of the box
• Automatic player spawn, color assignment, sync, and despawn
• Networked player movement — ready to extend with your own system
• Clean UI: Main Menu, Create Room, Join Room, In-Game HUD
• Grid floor material generator included
• Fully documented source code with XML summaries and Inspector tooltips
REQUIREMENTS
• Photon Fusion 2 SDK (free download at photonengine.com)
• Unity Input System package (com.unity.inputsystem 1.18.0+)
• TextMeshPro — included in Unity 6 via UGUI, no separate install needed
• Unity 6.3 LTS or newer
• Universal Render Pipeline (URP)
ARCHITECTURE
Bootstrap → NetworkManager → LobbyManager → UIManager
One clean call path. No spaghetti. Easy to extend.
SUPPORT
See the included README.md for setup guide, API reference, and troubleshooting.