# Publish Game

{% hint style="warning" %}
Simplified publishing only works when signed in with Google. If you don't sign in with Google you can [publish using an API key](https://app.gitbook.com/o/Ob5dDteJHkKChzdNkVaS/s/IbaXflSJA8L9N9yOx089/~/changes/322/other/publishing-with-key).
{% endhint %}

### Create game

First you will need to register your game:

1. Go to [create.airship.gg](https://create.airship.gg/) and sign up with Google.
2. Click "Create" to make an organization. You can make more organizations in the future.
3. 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:

1. At the top of your editor click the profile picture and sign in\\

   <figure><img src="/files/FEzb5Gdj91WqOzoQ1IY7" alt="" width="375"><figcaption></figcaption></figure>
2. Once you are signed in click the settings button\\

   <figure><img src="/files/4TQZX7g5IOgbQYj3BeMq" alt=""><figcaption></figcaption></figure>
3. Open the Publish Target dropdown and select your game

<figure><img src="/files/4wA9ahAKerWCy5LhZCcY" alt="" width="310"><figcaption></figcaption></figure>

4. Click publish at the top of your screen

<figure><img src="/files/0FGZvuA6h7HvWQRtXsds" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Your first publish might take a few minutes. Future publishes will be faster.
{% endhint %}

{% hint style="warning" %}
**If you see errors saying you are missing modules, you need to install Unity build modules**

1. Open Unity Hub and select the Installations tab
2. Press Manage on the installation you have been using for Airship
3. Click on Add Modules for
   * Android Build Support
   * iOS Build Support
   * Linux Build Support (IL2CPP)
   * Windows Build Support (IL2CPP)
   * Mac Build Support (Mono)
4. Install the module, restart Unity Editor, and Publish your game!
   {% endhint %}

### 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](/publishing/create-dashboard-game-cms/game-visibility.md), meaning you can send this link to friends and play together. Congrats!

<figure><img src="/files/9uCBKCacJAxLIrbptfNn" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airship.gg/publishing/publish-game.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
