# 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: 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.nice1.dev/nice1-plugin/unity.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.
