# Setup the FirstStage Asset Importer project in Unity

## Prepare the FirstStage Asset Importer project

1. [**Download** the Asset Importer.zip file](https://firststage.s3.eu-central-1.amazonaws.com/Asset%20Importer.zip)
2. **Unzip** this into a suitable local location.

We would NOT recommend selecting a network drive as there is a lot of data to read, or in a cloud sync’d area such as G-Drive.

## Add the Asset Importer project to Unity

This will simplify adding assets to local or cloud based FirstStage projects

<figure><img src="/files/GpwBte73cpzkhJbTjC1a" alt=""><figcaption></figcaption></figure>

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

* Go back to the Unity Hub and select the Projects section and click the Add button
* Navigate to where you unzipped the Asset Importer project and select that folder.
* Now that the Asset Importer is in the Projects list, click on it to start the Unity Editor.
* Go here for a basic [understanding of the Unity Editor](https://firststage.moviestorm.co.uk/knowledgebase/unity-basics/)

{% hint style="info" %}
You should now have an entry for ‘Asset Importer’ under your Projects. In the Unity Version column, select the version we just installed (it will be the only one unless you have previous versions of Unity installed) to launch it.
{% endhint %}

### Updating the Asset Importer project in Unity

The only files that need to be kept are inside the Assets folder inside the installed Asset Importer folder

1. [**Download** the latest Asset Importer.zip file](https://firststage.s3.eu-central-1.amazonaws.com/Asset%20Importer.zip)
2. **Unzip** this into the same folder as your existing Asset Importer folder and give it a different name, e.g. Asset Importer DDMMYY
3. Copy the Assets folder from inside the old Asset Importer folder over the Assets folder in the new Asset Importer DDMMYY folder, and KEEP any existing files (i.e. skip replacing)


---

# 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.moviestorm.co.uk/firststage/asset-management/setup-the-firststage-asset-importer-project-in-unity.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.
