# Settings

## Essential Kit Settings

{% embed url="<https://www.youtube.com/watch?v=ZoBO9s-3_1o>" %}

Essential Kit Settings is the control panel for all the features covered in [**Essential Kit**](https://link.voxelbusters.com/essential-kit).\
You can enable and disable the features based on your requirement.&#x20;

Access the settings from **Window -> Voxel Busters -> Essential Kit -> Open Settings**

<figure><img src="/files/zr2v7lW6lJcF1GW4mhbu" alt=""><figcaption><p>Open Essential Kit Settings</p></figcaption></figure>

{% hint style="success" %}
Once you import the plugin for the first time, you need to access the Essential Kit Settings for enabling the features you want to use.
{% endhint %}

Enable the features you want to use and disable the rest.

{% hint style="success" %}
Disabling the features that you don't use will let the plugin to not export the features that are unused.
{% endhint %}

General section is common to all features and the values need to be set before you publish the app to app stores.

### General Settings

<figure><img src="/files/YWlSy2ol24p641kw8APn" alt=""><figcaption><p>Set Debug Info Level</p></figcaption></figure>

<figure><img src="/files/DEyDJRnLRN2FB0l5DMx7" alt=""><figcaption><p>Store Id's &#x26; Permission Descriptions</p></figcaption></figure>

| Properties        | Description                                                                                                                                                                                                                                                                                                                                                                                     |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Log Level         | Setting to None will disable all logs from the plugin. Set it to Critical to show the main    critical logs or set to info for more debugging.                                                                                                                                                                                                                                                  |
| Store Ids         | <p>iOS : Set the "<strong>Apple Id</strong>" value from <a href="https://appstoreconnect.apple.com/apps">Appstore Connect</a> -> Select your App -> General  -> App Information -> General information (check below screenshot ). This is a numeric value. Ex: 1210072186</p><p> </p><p>Android : Set the <strong>package name</strong> of your app here. Ex: com.voxelbusters.essentialkit</p> |
| Usage Permissions | <p>These are the descriptions shown when a permission is shown on the native platform.<br>Currently these descriptions are shown only on iOS as on Android it's not possible to have custom permission messages.<br></p><p><strong>$productName</strong> will be replaced with the app product name</p>                                                                                         |

![App Store Id for iOS](/files/-MKjueXfgLBGZHtRmfOa)

## [External Dependency Manager](https://github.com/googlesamples/unity-jar-resolver)

Plugin uses [**External Dependency Manager**](https://github.com/googlesamples/unity-jar-resolver) for resolving the dependencies on Android. In order to resolve the dependencies once after selecting the features you want to use, activate Force Resolve to download the required libraries.

{% hint style="success" %}
Activate Force Resolve from Assets -> External Dependency Manager -> Android Resolver -> Force Resolve
{% endhint %}

![Force Resolve Android Libraries](/files/-MKkT0I7YEwYDDL0CGLi)


---

# 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://assetstore.essentialkit.voxelbusters.com/plugin-overview/settings.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.
