> ## Documentation Index
> Fetch the complete documentation index at: https://docs.maddergames.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup

> Creating your first Madder game in Unity

## Set Up Your Unity Project

Create a new Unity project in the Unity Hub:

<img src="https://mintcdn.com/maddergames/f7Ta8qPl9-0Fmp9v/images/unity-hub.png?fit=max&auto=format&n=f7Ta8qPl9-0Fmp9v&q=85&s=cb49dcf0fe2f0c3bc6c53973ce2dce10" alt="Unity New Project" style={{ borderRadius: "0.5rem" }} width="1018" height="595" data-path="images/unity-hub.png" />

<Info>Madder is compatible with Unity 2019.4 LTS and newer.</Info>

### Install the Madder Starter Pack

Open the Unity Package Manager `Window > Package Manager` and add the Madder Starter Pack using the following git URL:

```markdown theme={null}
https://github.com/maddergames/madder-starter-package.git
```

Madder requires the new Unity Input System to be installed, but you do not have to use it. For this tutorial, we will
assume you are using the new Unity Input System.

A popup will appear asking you to enable the backends for the Input System--click "Yes". Your project will reload.

<img src="https://mintcdn.com/maddergames/f7Ta8qPl9-0Fmp9v/images/input-system.png?fit=max&auto=format&n=f7Ta8qPl9-0Fmp9v&q=85&s=d0194fdb7909fa7cf5886c76f2e56e0f" alt="Input System Popup" style={{ borderRadius: "0.5rem" }} width="744" height="856" data-path="images/input-system.png" />
