# Building the game

If you're developing, you'll need at some point to build the game so you can test it with multiple clients.

You can follow [Unity's instructions about building](https://docs.unity3d.com/Manual/BuildSettings.html) here if you need help with that.

We currently have two scenes in game, include them both, and you should be fine by leaving everything else default.

![](/files/j8wiLbKXv4PklT5i0dmK)

Click the `Build` button, and select the `Builds/Game` folder, if you don't, the build won't work !

That's it !&#x20;


---

# 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://ss3d.gitbook.io/dev-guide/guides/running-the-project/building-the-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.
