I’m using vector graphics package to import SVG’s. I want to assign them to an array. I know it’s possible with sprites. It’ll be something like:
public Sprite[] spriteArray;
I want to do the same with SVG’s. What’s the name of SVG variable? Can i create SVG array?