Installation via Package Manager

1

The asset requires the "com.unity.nuget.newtonsoft-json" package (Json.NET) to function.
If you download Json.NET from another source or use the built-in Unity version, the asset is likely not going to work.

2

After installing Json.NET through the Package Manager, check if Figma Converter recognizes this dependency.


Open the asset's "Dependency Manager" through the context menu.

3

If Json.NET is installed correctly, you will see that this dependency is marked as "ENABLED."

In the slides below, you will find instructions for installing Json.NET using the Package Manager.

4

To install "Json.NET", open the Unity Package Manager.

5

Click on the "+" button, and then, in the menu that appears, click on "Install package by name" menu item. Enter the package name "com.unity.nuget.newtonsoft-json" and click on the "Install" button.

6

As an alternative, you can use the "Install package from git URL" function.

7

After installing Json.NET, you can continue using the asset.

Last updated