MrJoy / UnitySVG

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

The name `Profiler' does not exist in the current context #6

Closed LuannLuna closed 7 years ago

LuannLuna commented 7 years ago

Hi, i'm try to test your project. But when I downloaded the project and try to execute, I had this error: "The name `Profiler' does not exist in the current context". Can you help me? It's seem that is missing some file.

MrJoy commented 7 years ago

Sounds like Unity did some re-arranging of their namespaces. A quick search suggest you may have some luck by adding using UnityEngine.Profiling; at the top of relevant files -- until I can get around to updating things.

MrJoy commented 7 years ago

Fixed on latest master.