Supported Image Formats

Does anyone know of a way to get ps2, cmap, i*map or svg formats to render in Unity?

I know about unifycommunity.com , but I need the ability to display text which this project does not support.

The list of Unity’s supported formats can be found at the bottom of this page.

If the format you are looking for is not there, unfortunately it is not natively supported, in which case you may be lucky and find a 3rd party importer plug-in that someone wrote, or you will need to write your own.

Cheers

==

SVG is a popular vector graphics format. It has same limitation and advantages like any other vector image formats but SVG is very popular (and it’s open format). Actually most modern browsers (and mobile devices) support it. Also, a graphics developer can create complex vector graphics using various 1 tools available and need not to be programmed. They are not there to replace all raster 2 format but in some specific cases, it may be more advantageous to use vector graphics. After thinking about all these advantages, I went look for unity plugin that can support direct rendering of SVG file or converts it to texture in runtime and show it and I found this:

http://wiki.unity3d.com/index.php?title=SVG

Guess it may help with your problem.

SVG Importer | Vector Graphics Plugin for Unity

alt text

Unity 4.6.0 Compatible, fully cross-platform.

Easily drag and drop your SVG files directly in your scene. SVG importer fully mimics Unity native sprites so your team doesn’t have to learn anything new. Extremely fast and simple workflow for rapid level design. Resolution independent graphics ready for retina displays and full support of the new Unity UI system.

SVG importer automatically converts SVG files into highly optimised meshes and does fully supports both
linear and radial gradients.

Features

  • UI rendering
  • Opaque rendering
  • Transparent rendering
  • Manual level of detail
  • Depth compression
  • Custom pivot point
  • Drag & Drop
  • Recolor artwork
  • Automatic Colliders
  • Full demo project

SVG Importer fully Supports

  • Simple shapes
  • Complex shapes
  • Holes
  • Linear Gradients
  • Radial Gradients
  • Strokes

HTML 5 realtime demo

Asset Store download

Website

Forum