> For the complete documentation index, see [llms.txt](https://enoch-app.gitbook.io/enoch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enoch-app.gitbook.io/enoch/developers-integration-guide/unity-integration/help-us-improve-the-unity-sdk.md).

# Help us improve the Unity SDK

We are constantly adding new features and improvements to the Enoch SDK. Enable analytics and help us build even better free tools for more developers.&#x20;

{% hint style="success" %}
The collected analytics data is used for internal purposes only and not shared with third parties. See [Licensing & Privacy](broken://pages/fRjW9Lk4OCkEF8yt0l5I).
{% endhint %}

## What we track

We believe in transparency, so here is a list of the events that we track.

### General Data

* SDK version
* Unity version and render pipeline&#x20;
* Operating system and version&#x20;
* Your partner subdomain and application name&#x20;
* Your device ID (we use this to group events by developer)&#x20;

### Events (Unity Editor only)&#x20;

* Activity on the Enoch editor dialogs (clicked buttons and checkboxes)&#x20;
* Build application for a specific target
* Avatar loaded (target-platform, url, success, error)

## How to enable SDK Analytics&#x20;

You will be asked to enable SDK Analytics when you import the SDK into Unity.&#x20;

Click **Enable Analytics** to opt in and allows us to track the events listed above.

![](/files/GXz37YTg6F34tsFeW8uE)

### Enabling Analytics after choosing Never Ask Again

If you previously checked Never Ask Again and want to allow tracking now, do the following.

1. From the menu bar, select **Enoch Avatars > Settings**.
2. In the **Enoch** dialog, check **Yes, enable analytics**.

![](/files/xofYdKJD9qU3niuaoPVq)

## How to disable SDK Analytics

You can disable analytics at any time.

1. From the menu bar, select **Enoch > Settings**.
2. In the **Enoch** dialog, uncheck **Analytics enabled**.


---

# 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://enoch-app.gitbook.io/enoch/developers-integration-guide/unity-integration/help-us-improve-the-unity-sdk.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.
