> For the complete documentation index, see [llms.txt](https://finite-machine-studio.gitbook.io/vatmachine-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://finite-machine-studio.gitbook.io/vatmachine-documentation/installation.md).

# Installation

### Requirements

Before importing VATMachine, make sure your project is using:

* Unity 6 or newer recommended
* Supported Render Pipeline (URP/HDRP)

### Installation

#### **Step 1:** Import VATMachine from Package Manager

Open the Unity Package Manager / My Assets, find VATMachine, and click Install.

#### **Step 2:** Install asset dependencies

After clicking **Install**, a popup will appear asking to install the required asset dependencies.

Click **Install/Upgrade**.

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

#### **Step 3:** Import the VATMachine package

After the dependencies are installed, the **Import Unity Package** window will appear.

Click **Import**.

<figure><img src="/files/88l84xs9U7FcLgo3LB0S" alt=""><figcaption></figcaption></figure>

After importing, the `VATMachine` folder will appear in your project.

<figure><img src="/files/8AyCtLpcaGs4a7vziC9b" alt=""><figcaption></figcaption></figure>

#### **Step 4:** Choose your render pipeline

**If you are using URP:**&#x20;

VATMachine is ready to use by default. You should delete the included `VATMachine_HDRP_1.0.0.unitypackage` file.

**If you are using HDRP:**

1. Delete the `URP` folder inside `Assets/VATMachine`.
2. Import the included `VATMachine_HDRP_1.0.0.unitypackage`.

Do not keep both the **URP** and **HDRP** versions installed at the same time.

### Demo Scene Packages

The included Third Person Controller demo uses:

* Cinemachine
* Input System

Install this only if you want to run that demo scene.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://finite-machine-studio.gitbook.io/vatmachine-documentation/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
