Compiler errors on import in unity using MR Figma Bridge tool

K C 0 Reputation points
2023-06-14T00:12:04.7766667+00:00

When importing into a 2019.4.31f1 unity project using the VRChat World SDK and Udon SDK with .NET 4.x compatibility I receive the following import errors:

Library\PackageCache\com.microsoft.mixedreality.toolkit.figmabridge@51706d1b8a68-1686700451403\Editor\FigmaToolkitWindow.Document.cs(34,29): error CS1061: 'IStyle' does not contain a definition for 'textOverflow' and no accessible extension method 'textOverflow' accepting a first argument of type 'IStyle' could be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.microsoft.mixedreality.toolkit.figmabridge@51706d1b8a68-1686700451403\Editor\FigmaToolkitWindow.Document.cs(34,44): error CS0103: The name 'TextOverflow' does not exist in the current context

Library\PackageCache\com.microsoft.mixedreality.toolkit.figmabridge@51706d1b8a68-1686700451403\Editor\FigmaToolkitWindow.Files.cs(81,25): error CS1061: 'IStyle' does not contain a definition for 'textOverflow' and no accessible extension method 'textOverflow' accepting a first argument of type 'IStyle' could be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.microsoft.mixedreality.toolkit.figmabridge@51706d1b8a68-1686700451403\Editor\FigmaToolkitWindow.Files.cs(81,40): error CS0103: The name 'TextOverflow' does not exist in the current context

Library\PackageCache\com.microsoft.mixedreality.toolkit.figmabridge@51706d1b8a68-1686700451403\Editor\FigmaToolkitWindow.Files.cs(82,25): error CS1061: 'IStyle' does not contain a definition for 'unityTextOverflowPosition' and no accessible extension method 'unityTextOverflowPosition' accepting a first argument of type 'IStyle' could be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.microsoft.mixedreality.toolkit.figmabridge@51706d1b8a68-1686700451403\Editor\FigmaToolkitWindow.Files.cs(82,53): error CS0103: The name 'TextOverflowPosition' does not exist in the current context`


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Community Center Not monitored
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.