I want ti import some dynamic svg files into unity. I am aware that certain assets on the asset store are capable of importing svgs. But the assets are premium( i dont want to buy any assets) . Is there any other way of importing svg files into unity for free??
Sure. Study the file specifications and write your own importer.
Or, convert the file to a format Unity natively supports.