# Quick Start

## 1.Project Setup

In Unity Hub, select 2D (Built-in Renderer Pipeline) template\
(If unavailable, find it in the template list and download it from the right panel)

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

## 2.Create Project

After installation, create a new project using this template\
Compatible with all Unity 6.x versions\
Import Template

Import the package into your newly created project

## 3.Installation Guide

When importing the package, follow these steps:

Click "Import" on the prompt window

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

Select "Install/Upgrade" if required

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

Click "Next" (bottom-right corner)

<figure><img src="/files/73Gaa8Lzi40sUAcT9lD2" alt=""><figcaption></figcaption></figure>

Finalize with "Import" (bottom-right corner)

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

## Import dotween

As shown in the picture, you need to be in the dependencies, buy it for free and import it.

<figure><img src="/files/9Mi9fx8PQpt1esIdSkUS" alt=""><figcaption></figcaption></figure>

In the pop-up window, click “Open DoTween Utility Panel”.

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

Click on the green button in the center “Setup Dotween”.

<figure><img src="/files/2MRqZ0V4hOPBpn1W3q0w" alt=""><figcaption></figcaption></figure>

Click Apply.

<figure><img src="/files/yDeCCLhl1jMZSC8a5x5M" alt="" width="233"><figcaption></figcaption></figure>

## Launch the Game

Navigate to:\
Assets/RGame/RoguelikeKit/Scenes/Initialization.unity\
Click the Play button to start

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

## **Technical Support**

**Contact Options:**\
✉️ **Email**:<wufengovo@outlook.com>\
💬 **Discord**: [\[Your Discord Server Invite Link\]](https://discord.gg/6zFU9Yu7pq)

**Response Time:**

* Guaranteed reply within **24 hours**


---

# 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://roofen-game.gitbook.io/roofen-game/survivors-roguelike-kit/quick-start.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.
