Multiplayer
Last updated
Last updated
All games on Airship are multiplayer by default.
When published, your game automatically runs with a dedicated server. This means your entire Unity project will run on the game server just as it runs on clients. Your game server will manage connecting clients and set them up as .
A game server should be responsible for storing game state (such as how many coins each player has) and communicating that state to all connected players.
For server ↔ client data communication see