# Unity Package

## Everything You Need to Build a Game on ICP

A comprehensive Unity package with all necessary code for integration with ICP. It has all the necessary features for integration with a World, such as **login authentication, action system, config system, and database integration**. Just drag-drop it into your Unity project. We designed this package to streamline the game-building process, freeing developers from complexity so they can focus on crafting engaging and enjoyable gameplay.

\
Download the package from Github [here](https://github.com/BoomDAO/unity-template/releases).


---

# 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://docs.boomdao.xyz/unity-package.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.
