Publisher | Raf1Dev |
---|---|
File size | 697.05kB |
Number of files | 12 |
Latest version | 1.0.0 |
Latest release date | 2023-01-03 08:29:28 |
First release date | 2020-08-20 08:14:11 |
Supported Unity versions | 2018.4.2 or higher |
Easily display your SVG files at runtime.
With SVG Reader you'll be able to:
1) Display your SVG image from a web URL just by dropping a prefab in your scene and indicate the URL of your image.
2) Display your local SVG file just by dropping a prefab in your scene and indicate the path of the file on your device.
3) Display your SVG image just by writting the content of your SVG file into one single line.
Require "Vector Graphics" preview package from Unity.
https://docs.unity3d.com/Packages/[email protected]/manual/index.html
Compatible with SVG under 65535 vertices.
All code is fully commented / explained.
With SVG Reader you'll be able to:
1) Display your SVG image from a web URL just by dropping a prefab in your scene and indicate the URL of your image.
2) Display your local SVG file just by dropping a prefab in your scene and indicate the path of the file on your device.
3) Display your SVG image just by writting the content of your SVG file into one single line.
Require "Vector Graphics" preview package from Unity.
https://docs.unity3d.com/Packages/[email protected]/manual/index.html
Compatible with SVG under 65535 vertices.
All code is fully commented / explained.