Multiplayer
All games on Airship are multiplayer by default.
Game Servers
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 players.

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.
Last updated