Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

The project that imports nodes from Figma into unity.

License

Notifications You must be signed in to change notification settings

BetterUp-Studios/FigmaToUnityImporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Figma To Unity Importer,

Overall information

Tool that imports nodes from Figma into the Unity. Before using I want u to notice, that the project is raw, and I can't promise you that I will develop it intensively. Some features are not ready yet. Some features are impossible to quickly recreate in Unity.

Install

you can add https://github.com/BetterUp-Studios/FigmaToUnityImporter.git?path=/Assets/FigmaImporter to Package Manager

Usage

Firstly, you need to put FigmaImporter into your project. Then new menu option will appear. Figma importer menu option

Now press OpenOauthUrl button.

Figma importer window

It will redirect you to the access allowance page. Press "Allow access there"

Figma access

Then the callback page will be opened. Copy ClientCode and State into Figma Editor window. And press "GetToken" button.

Client params

If token appeared, then you did everything right. If not, repeat the step with access allowance.

Token

Now you can copy the node link, and put it in the URL field in unity.

Node link

Now add Canvas to canvas field in the importer editor window. And press the "Get Node Data" button. It will load all data about the node with it's children. Now you can choose the action for every child. By default it will determine the nodes that it can try to generate. Others it will render. Also you can override Sprite, so it will put it instead of rendered node. The actions are:

  • Generate - tries to generate node via UGUI.
  • Render - Loads render of the node via Figma API.
  • Transform - sets only transform for the generated object.
  • None - does nothing.

Get File

As you can see there are three additional buttons. That help you to change actions on nodes:

  • To generate - it is default behaviour. Render nodes as raster. Generate nodes that has childs. Generate text nodes.
  • To Transform - set action "Transform" to all nodes. It can be useful if you apply changes to existing object.
  • To SVG - if you have installed Unity's Vector Graphics package it will try to load all images as svg.

Get File When you picked all actions. Press "Generate nodes" button. And it will try generating the node in referenced Canvas. That's all!

Get File

If you pick already existing object (previously generated node). You can set it as root object. And all changes will be applied to the created gameobjects. It finds appropriate gameobjects by their id's in name in squared braces like [0:329] Get File

By the way, there is an option to scale objects and raster images by changing scale parameter. The maximum scale that you can get is x4. Figma doesnt allow to get bigger scale of rendered image. Get File

There is also one thing with Fonts. If you got the error about Font. You should add it in FontLinks.asset scriptable object.

Font

About

The project that imports nodes from Figma into unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 53.1%
  • ShaderLab 41.1%
  • HLSL 5.8%