# 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="https://2665493337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh8bp6Jx5qkS4c0NEaWR1%2Fuploads%2FpMDxoOg2pFxgqGC2vs5r%2FScreenshot_1.png?alt=media&#x26;token=8c5beee8-fe98-48b9-8b0c-5482ce90e431" alt=""><figcaption></figcaption></figure> <figure><img src="https://2665493337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh8bp6Jx5qkS4c0NEaWR1%2Fuploads%2FKOMqUCYeQGFAeBI4EBHO%2FScreenshot_2.png?alt=media&#x26;token=e5cc75f7-9cdb-4641-be47-8e8e016e6dc6" 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="https://2665493337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh8bp6Jx5qkS4c0NEaWR1%2Fuploads%2FqkHo98DgE8yaEYAKL4bw%2FScreenshot_3.png?alt=media&#x26;token=80ee22df-2c85-49de-88b9-bf6f5c41bdc9" alt=""><figcaption></figcaption></figure>

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

* Cinemachine
* Input System
* TextMeshPro
* Timeline
