Publish Game
Simplified publishing only works when signed in with Google. If you don't sign in with Google you can publish using an API key.
Create game
First you will need to register your game:
Go to create.airship.gg and sign up with Google.
Click "Create" to make an organization. You can make more organizations in the future.
Once you have made your organization click "Create Game" and give it a name
Publish game
Once you have created a game you can publish to it from the Unity Editor:
At the top of your editor click the profile picture and sign in\
Once you are signed in click the settings button\
Open the Publish Target dropdown and select your game

Click publish at the top of your screen

If you see errors saying you are missing modules, you need to install Unity build modules
Open Unity Hub and select the Installations tab
Press Manage on the installation you have been using for Airship
Click on Add Modules for
Android Build Support
iOS Build Support
Linux Build Support (IL2CPP)
Windows Build Support (IL2CPP)
Install the module, restart Unity Editor, and Publish your game!
Play your game
Once your game is live you will see a message in your console with a link to play your game on Steam. By default your game is unlisted, meaning you can send this link to friends and play together. Congrats!

Last updated