> For the complete documentation index, see [llms.txt](https://da-assets.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://da-assets.gitbook.io/docs/fcu-for-developers/import-frames/import-from-an-offline-copy-of-the-project.md).

# Import from an offline copy of the project

<div align="left"><figure><img src="/files/nhaEBOCn3mFb7mT3WXe8" alt="" width="375"><figcaption></figcaption></figure></div>

{% stepper %}
{% step %}
Install the "Offline Figma Converter for Unity" plugin from the Figma Community.\
More detailed installation instructions will appear after the plugin release.
{% endstep %}

{% step %}
Open this plugin in the Figma project you want to import into Unity.
{% endstep %}

{% step %}
In the plugin interface, select the pages or frames you will import into Unity.
{% endstep %}

{% step %}
Choose the export scale for the images.

{% hint style="info" %}
Unlike importing via a project link, you won’t be able to change the scale in the main asset settings in Unity after creating the ZIP archive, i.e., if you select scale "4" in the plugin interface, in Unity you will only be able to import this ZIP project with scale 4.
{% endhint %}
{% endstep %}

{% step %}
Click the "Export" button.\
Wait for the export to complete and save the archive in your OS file explorer.
{% endstep %}

{% step %}
In the asset settings in Unity, set "Import Mode" to "Zip".

<figure><img src="/files/K4KjYyyY2O4XkZC1S89a" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After changing the Import Mode, the asset interface in the Inspector will change. You will see a drop zone where you need to drag the previously exported ZIP archive. \
Alternatively, you can click on the drop zone, which will open your OS file explorer, where you can manually select the required ZIP file.

<div align="left"><figure><img src="/files/sf2SgEpRivB2VoRBKrmO" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click the project download button.

{% hint style="info" %}
In "Zip" mode, the project is not downloaded directly from Figma servers, but is extracted into a Temp folder from the ZIP archive.
{% endhint %}

<div align="left"><figure><img src="/files/VqApTb25DR41AQ4RNlGR" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Select the frames you want to import and click the import button.

<div align="left"><figure><img src="/files/5pzFMjWUoO14WsVksyBJ" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
At the end of the import, you will see a message in the console - "**Import complete!"**.

<figure><img src="/files/vHQduwfMIfONH5PkhYw5" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://da-assets.gitbook.io/docs/fcu-for-developers/import-frames/import-from-an-offline-copy-of-the-project.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.
