Unity Figma Importer
  • Getting Started
    • Figma Design Downloader
    • Figma Design
    • Unity Canvas Setup
  • Layout
    • Horizontal & Vertical Layouts
    • Grid Layout
  • Components
    • Text
    • Image
    • Button
    • Toggle
    • Slider
    • Scroll View
    • Input Field
    • Dropdown
    • Custom Component
  • Limitations
  • Bindings
  • Optimization
Powered by GitBook
On this page
  • Personal Access Token
  • File ID
  • File Name
  • Branch
  • Asset Path
  • Asset Extension
  • Dependency Download
  • Image Download

Was this helpful?

  1. Getting Started

Figma Design Downloader

To start downloading Figma design files, you need to set up Figma Downloader asset in Unity. From Unity menu (right click on Asset folder), navigate to Create -> Cdm -> Figma Downloader.

PreviousGetting StartedNextFigma Design

Last updated 1 year ago

Was this helpful?

Personal Access Token

Open your account settings on Figma and navigate to Personal Access Token section. There you can acquire tokens and set their expiration and permissions. Paste your unique token to "Personal Access Token" field on Figma Design Downloader asset.

File ID

Unfortunately Figma design file ids cannot be acquired within Figma, thus you need to get it from design file URL. Figma design URLs look like this:

https://www.figma.com/file/yUalrH6TGJ7rXWhjQUDX25/Figma-Importer-Example?type=design&node-id=0-1&mode=design&t=N0E27AjxOCYtLVLP-0

Design file id can be found between file/{FILE ID}/{Design File Name...}...

Copy & paste this to "File ID" field on Figma Design Downloader asset.

File Name

Here you can set the name under which the Figma design file will be saved as an asset. The default will be the name of the Figma design.

Branch

If you have branches on your Figma design, you can select which branch you want to download from here.

Asset Path

Here you can enter the file path where the Figma design asset will be saved, for example: "Assets/Figma Designs".

Asset Extension

Here you can enter the extension of the asset to be downloaded. Your asset will be downloaded & saved to {Asset Path}/{File Name}.{Asset Extension}, for example: "Assets/Figma Designs/Figma Importer Example.figma"

When used with Figma Importer UGUI support package, assets with .figma extension will be imported automatically in Unity.

Dependency Download

If your design file on Figma has dependencies to other Figma design files, select this option to download the design file without missing components/elements.

Image Download

If selected, images from the Figma design file will be downloaded.

Figma Design Downloader