Import Vector Icon

Hi Guys, I’m currently designing my Thesis with Unity 3D for Microsoft Hololens and I’ve got a problem: How can I import vector icon from Sketch/Illustrator in Unity?

Usually I can do this, in web/app design, using Svg or transforming all the icons in a Fontset but it seems that none of these way are possible. Anyone knows a way to do that?

I don’t believe Unity supports vector art. It does support several formats by just dragging into the project window, but it will do it’s own thing to it. Normally I would just convert to png for stuff like icons.

I could be wrong on the vector support though, since we don’t use it in any of our projects, I just thought I read it somewhere.

There is an asset for importing vectors (SVG Importer - svgimporter.com)
Hope this helps****