Turn your Figma designs into working Unity UI in minutes instead of rebuilding every screen by hand.
Figma To Unity UI Converter is a Unity Editor plugin that imports Figma files directly into your project as either uGUI prefabs using Canvas/RectTransform or UI Toolkit documents using UXML/USS.
Import from a Figma URL, file key, or saved JSON export, choose the frames you need, select the target UI system, and convert supported layout, styles, text, images, and vector shapes into Unity-ready output.
The workflow is designed for iteration. Fetch a file's frames once per session, search and re-select what you need, re-import as the Figma design changes, and choose uGUI or UI Toolkit independently for each import.
Key Features
Import Workflow
uGUI Output
Use the uGUI target for Canvas-based runtime interfaces.
Generated content can include:
UI Toolkit Output
Use the UI Toolkit target for UIDocument workflows and Editor tooling.
Generated content can include:
Fonts, Images & Vectors
The importer uses a configurable font provider chain: in-project fonts first, then Google Fonts when an API key is configured, with a default fallback font available per target.
Vector output is handled automatically according to the target Unity version. Where supported, the converter can use native vector output; unsupported cases fall back to rasterized PNG automatically.
Image export scale can be adjusted from 1x to 4x depending on the target quality and resolution requirements.
Offline JSON Workflow
Saved JSON exports can be imported without making a live Figma API request at import time. This is useful for offline workflows, archived design snapshots, and teams that prefer to separate design export from Unity import.
A companion Figma Exporter plugin is sold/distributed separately for generating these offline JSON exports directly from Figma.
Included Demo Content
Figma To Unity UI Converter is distributed as compiled managed assemblies (.dll). Source .cs files are not included.
Please review the included documentation and known limitations before purchasing to confirm the workflow matches your project's requirements.