# Project Setup

### Download the Project

Download the tutorial project HERE. It is an airship template project with added art assets to use in the tutorial.

### Create a Scene

* Open the project in UnityHub
* create a new scene "File -> New Scene"
* Make a floor by right clicking in the inspector "Airship -> 3D Object -> Cube", name it "Floor" and setting its scale to (75, -1, 75)
* Save the scene in "Shared/Scenes"
* In the project window search for GameConfig and set your scene as the default scene to load

### Setup Lighting

* In the hierarchy right click and choose "Airship -> Lighting -> Lighting Render Settings"
* This component controls sun angle, brightness, shadows etc. and can be modified to your liking as you build out your scene.

### Setup a Multiplayer Environment

To make sure our game works in a multiplayer environment we need to setup the server instance

* Left of the play button make sure your server mode is set to Dedicated
* Open the Multiplayer Window in "Windows/ Multiplayer Mode"
* Add the server tag to one of your clones
* Enable the clone

### Test the Scene

Push play and make sure your scene loads without errors


---

# 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/guides/tutorial-top-down-battle/project-setup.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.
