Skip to content

The project that imports nodes from Figma into unity.

License

Notifications You must be signed in to change notification settings

tepnadze/FigmaToUnityImporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 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.

Contributing

You are welcome to contribute. And you are free to use this project for any purpose.

Install

you can add https://github.com/ManakhovN/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

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

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# 50.0%
  • ShaderLab 43.8%
  • HLSL 6.2%