MrJoy / UnitySVG

SVG renderer for Unity3D.
Other
272 stars 52 forks source link

Fix in Unity 5.5.0 #3

Closed LeandroFavero closed 6 years ago

LeandroFavero commented 7 years ago

Hi,

To works in 5.5 version you must insert this line: using UnityEngine.Profiling;

in

Implement.cs SVGGArcAbs.cs SVGGMoveTo.cs SVGBasicDraw.cs SVGGraphicsFill.cs SVGGraphicsPath.cs SVGGraphicsStroke.cs SVGPathElement.cs

MrJoy commented 7 years ago

Thanks for the tip!

MrJoy commented 6 years ago

Whoops, forgot to note that this was fixed as of March 20.