> For the complete documentation index, see [llms.txt](https://docs.twgamesdev.com/uhfps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twgamesdev.com/uhfps/installation/packages-setup.md).

# Packages Setup

{% hint style="warning" %}
After importing the asset into the project, Unity should automatically install the required packages, but in some cases if the packages are not installed, here is a complete guide on how to install the required packages.
{% endhint %}

1. Navigate to the **Window** menu in the top toolbar and select the **Package Manager** option from the drop-down list. Once the Package Manager window appears, locate the **Packages** drop-down menu and choose **Unity Registry** to view the available Unity packages.

<div><figure><img src="/files/BmvM7zFJb9d973EJdETU" alt=""><figcaption></figcaption></figure> <figure><img src="/files/AgOuywL4iAg1okD263VV" alt=""><figcaption></figcaption></figure></div>

2. Install the **Newtonsoft Json** package using the git URL. Navigate to the Package Manager and locate the **(+)** button in the top-left corner. Click on this button and select "**Add package from git URL...**" from the options. In the provided text field, enter "*`com.unity.nuget.newtonsoft-json`*" and click the Add button to install the package.

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

3. Install the remaining necessary packages from the Unity Registry:

* Cinemachine
* Input System
* TextMeshPro
* Timeline


---

# 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://docs.twgamesdev.com/uhfps/installation/packages-setup.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.
