# Setup Required Packages

To work properly, **Arcade Racing Kit** requires the following packages from the Package Manager

* **Cinemachine 2.3.4**
* **Post Processing 2.3.0**
* **Input System 1.0.1**

While Unity should automatically install all required packages when **Arcade Racing Kit** gets imported, it can still happen that errors occur. In that case follow these steps:

1. In the Unity Editor click **Help -> Reset Packages to defaults.** This will probably result in alot of error messages being thrown due to missing packages.
2. Open the Package Manager by clicking **Window -> Package Manager.**
3. Select and install all the packages (with the mentioned versions) from the list above

![Correct Package Setup with 2019.4](/files/-MOgGDz_yPUzEnR9qmp2)

{% hint style="success" %}
When installing the **Input System**, a popup will occur asking whether you want to disable the old input system and restart Unity. Confirm this message!
{% 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://ilumisoft.gitbook.io/arcade-racing-kit/get-started/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.
