# HDRP - Project Setup

{% hint style="danger" %}
The HDRP version of the asset is only compatible with **Unity 6.3.x** and **HDRP 17.x**, which means that older versions of Unity may not be compatible with the asset and may display some errors.
{% endhint %}

1. Install the latest version of **Unity 6.3**

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

2. Create a new **High Definition 3D** (HDRP) project with **Editor Version 6000.3.x or newer.**

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

3. Import **UHFPS - Ultimate Horror FPS KIT (HDRP)** into your project from the **Package Manager** or as a **Custom Package** (website version).
4. If you get a message saying that the **Asset Package has Unity Package Manager dependencies**, click **Install/Upgrade.** It will install all the required packages that have been used in the asset.

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

5. **Important:** Restart the Unity Engine so that the project will reload and function properly. Without restarting Unity, if you open any demo scene, you'll see pink materials everywhere.

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

{% hint style="info" %}
Demo scenes of the asset can be found in the **ThunderWire Studio\UHFPS\\\_Demo\Scenes** folder. The main scene, which shows everything from the asset, can be found in the **Playground** scene.
{% endhint %}


---

# 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.twgamesdev.com/uhfps/installation/hdrp-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.
