Compiler errors on import in unity using MR Figma Bridge tool
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.
- ID: 18e28461-f92f-9dc2-d7da-3fbaf06294f4
- Version Independent ID: 656f2e72-15c0-b971-9a38-4a1d40410379
- Content: MRTK Figma Bridge for Unity - Mixed Reality
- Content Source: mixed-reality-docs/mr-dev-docs/design/figma-unity-bridge.md
- Product: mixed-reality
- Technology: mr-dev
- GitHub Login: @DongPark
- Microsoft Alias: dongpark