MrJoy / UnitySVG

SVG renderer for Unity3D.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix in Unity 5.5.0

LeandroFavero opened this issue · comments

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

Thanks for the tip!

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