Search Unity

Do you know if it is possible to add svg image into a Unity GUI?

Discussion in 'Immediate Mode GUI (IMGUI)' started by Ixquic, Apr 14, 2014.

  1. Ixquic

    Ixquic

    Joined:
    Apr 7, 2014
    Posts:
    8
    Hello all, do you know if it is possible to add svg files, Inkscape uses the SVG (Scalable Vector Graphics) format for its files.

    And i want to know that extension is ok in Unity projects like GUIs? Thank you and ;)
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Unity has no SVG support. If you want to use files like that you'll have to convert them to bitmaps first (maybe there's some asset that will do this).

    --Eric
     
  3. petea

    petea

    Joined:
    Nov 29, 2013
    Posts:
    55
    I don't know this. Look in the download file an application unit3d or try to find the structure of the svg file and then parse it and write a script.
     
  4. jdesantos

    jdesantos

    Joined:
    May 24, 2013
    Posts:
    312
  5. Ska0s

    Ska0s

    Joined:
    Feb 4, 2014
    Posts:
    32