> For the complete documentation index, see [llms.txt](https://docs.nice1.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nice1.dev/nice1-plugin/unity.md).

# Unity Plugin

{% hint style="info" %}
The functionality of this plugin is currently in beta. Its use is supported on the EOS tesnet network (jungle3).
{% endhint %}

### Getting Started

[Download](https://github.com/nice1-blockchain/nice1-plugin/releases/tag/0.0.2b) or [clone](https://github.com/nice1-blockchain/nice1-plugin/tree/develop) our latest version of the Nice1 Unity package.&#x20;

Next, open up the Unity project you want to use or a blank project. When your Unity project is open, you can import the package from the top Unity Editor toolbar via <mark style="background-color:blue;">Assets -> Import Package -> Custom Package</mark>

Then from the file explorer select the Nice1 Unity package and import. A window will pop up, hit "OK" to start importing the package into the project.&#x20;

You can also import the Unity package by dragging and dropping it into the Project tab in the Unity window.&#x20;

### Any questions?

For those users who have questions, we are working on the [FAQs](/nice1-plugin/frequently-asked-questions.md) section. Feel free to contact us on our [Discord](https://discord.gg/TeybrwHuna) server too.

{% hint style="warning" %}
**⏳ Documentation under revision, to be published soon.**\
**🙏Thank you for your patience.**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nice1.dev/nice1-plugin/unity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
