I’m trying to use the new VectorGraphics package to parse an SVG at runtime. The error I’m receiving is:
-
The type or namespace name ‘VectorGraphics’ does not exist in the namespace ‘Unity’ (are you missing an assembly reference?)`
SVGs work just fine when importing in the editor but Unity.VectorGraphics can’t bee accessed by scripts. Any ideas?