# Installation

{% hint style="danger" %}
We strongly advise that when you plan to import an asset into your project, it is best to do so within a new, empty project environment.
{% endhint %}

By taking this approach, you can minimize the risk of potential conflicts or compatibility issues that may arise when integrating the asset with existing project elements. This also allows you to thoroughly evaluate the asset's functionality, performance, and overall suitability for your needs before incorporating it into your main project. Once you are confident in the asset's performance and compatibility, you can then proceed to merge it with your primary project, ensuring a smoother integration process.

## Project Requirements

* [UHFPS - Ultimate Horror FPS KIT (URP)](https://assetstore.unity.com/packages/templates/systems/uhfps-ultimate-horror-fps-kit-urp-254506)
  * **Universal Render Pipeline (URP)**
  * Unity Version: 6000.3.x or newer
* [UHFPS - Ultimate Horror FPS KIT (HDRP)](https://assetstore.unity.com/packages/templates/systems/uhfps-ultimate-horror-fps-kit-hdrp-293702)
  * **High Definition Render Pipeline (HDRP)**
  * Unity Version: 6000.3.x or newer

## Required Packages

* Input System
* Cinemachine
* TextMeshPro
* Timeline
* Newtonsoft Json (*`com.unity.nuget.newtonsoft-json`*)
* System.Reactive (<https://www.nuget.org/packages/System.Reactive>)
  * *Already included in the **Plugins** folder*

## Project Setup

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>URP - Project Setup</td><td></td><td></td><td><a href="installation/urp-project-setup">urp-project-setup</a></td><td><a href="https://2665493337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh8bp6Jx5qkS4c0NEaWR1%2Fuploads%2FDSaRvvs0U7RNsHjIgHxC%2Furp.png?alt=media&#x26;token=5c88bd32-0fbf-4d65-a7b9-46f60863b369">urp.png</a></td></tr><tr><td>HDRP - Project Setup</td><td></td><td></td><td><a href="installation/hdrp-project-setup">hdrp-project-setup</a></td><td><a href="https://2665493337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh8bp6Jx5qkS4c0NEaWR1%2Fuploads%2FXrEJ2E5u0dkg7LTJIJVi%2Fhdrp.png?alt=media&#x26;token=f27cae0d-10a7-472d-94c2-0ce7fb2ee627">hdrp.png</a></td></tr><tr><td>Packages Setup</td><td></td><td></td><td><a href="installation/packages-setup">packages-setup</a></td><td><a href="https://2665493337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh8bp6Jx5qkS4c0NEaWR1%2Fuploads%2Fz927vB9XP5a2vXAavPx4%2Fpackages.png?alt=media&#x26;token=0494435b-7e60-4e01-9d92-eb40ef063ebe">packages.png</a></td></tr></tbody></table>


---

# 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.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.
