> For the complete documentation index, see [llms.txt](https://myty.gitbook.io/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://myty.gitbook.io/products/kit/connect-with-myty-metaverse/11.-export-myty-avatar/updates-on-file-export-format-zip-file.md).

# Updates on File Export Format — Zip file

### **Set Variables and Export Avatar AssetBundle**

1. Create a `File Name` for the AssetBundle to be exported.
2. `Avatar Selector`, `Main Camera`, `Motion Template`, `Root Controllers`, and `Motion Adapters` are automatically referenced and shown in the list. If the object(s) do not appear, click the ☉ button to the right of each input box to manually add the required object.
3. Set the AR Option if you want to or not. For more information on AR Face mode, please refer [here](https://myty.gitbook.io/myty-kit-guide/make-animation/10.-set-up-ar-face-mode).
4. Choose the target platform for which you want to use the Avatar AssetBundle. If the target platform selection is disabled, see \[here]\(<https://myty.gitbook.io/myty-kit-guide/connect-with-myty-metaverse/11.-export-myty-avatar#the-following-four-modules-should-be-included-in-the-unity-editor.)>.
5. Click `Export` to create the Avatar AssetBundle.
6. Once the export is complete, you can check the Standalone(Mac/Win), Android, iOS, and WebGL versions of the Avatar AssetBundle in `Assets > MYTYAsset > ExportedBundle` in the Project window.

{% hint style="danger" %}
MYTY Kit provides all versions of AssetBundle in the form of a compressed file starting from v1.0.2. Please upload the zip file when registering an avatar in the Avatar Registry.
{% endhint %}

<figure><img src="/files/Rl5pXsHqgylfjbvHYNrh" alt=""><figcaption><p>AssetBundle file can be found in Assets > MYTYAsset > ExportedBundle</p></figcaption></figure>

<figure><img src="/files/BKCQ6rF7grmUAyEcztzy" alt=""><figcaption><p>Upload the zip file when registering an avatar to Avatar Manager</p></figcaption></figure>


---

# 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://myty.gitbook.io/products/kit/connect-with-myty-metaverse/11.-export-myty-avatar/updates-on-file-export-format-zip-file.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.
