- Home /
How to use Vector Graphics?
Hi,I'm making UI which includes some simple images, and I want to use Vector Graphics for them. To use Vector Graphics in Unity, I should probably buy assets"SVG Importer", "Simply SVG",or blah-blah-blah, but their User Reviews have many complains "lack of supports" or "it's not working on my version", so I'm hesitating about if I should buy one of these assets. Is there any method to use Vector Graphics in Unity without the above assets?
Answer by Bunny83 · Dec 05, 2017 at 04:25 AM
No, not out of the box. Unity is a game engine. The GPU can't directly deal with vector image formats. It only supports pixel based textures. So you need some conversion function that converts a vector graphic either into a texture or into a mesh.
I understand. I will buy and use assets. Thanks for the answer.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
2D Firing an object in the direction the Player is facing! 2 Answers
Question about an inventory system idea 2 Answers
Delete sound assets during gameplay? 1 Answer