/SvgBooga

Unreal Engine plugin to work with SVG files

Primary LanguageC++

SvgBooga

A free and open source SVG importer for Unreal Engine 5

Getting Started

Simply git clone this repository into your Plugins directory or download it as an archive and extract to Plugins.

Usage

step1 step2 step3

Planned Features

  • Rendering the SVG as a Signed Distance Field texture to save on space
  • Allowing the creation of an SVG texture from XML
  • Editing an imported SVG inline via XML
  • Picking a custom background (rather than transparent)

If you come to need any of the above urgently or any other feature, open a GitHub issue for it.

Known Issues

  • If you try to reimport not the asset itself, but the texture inside it, it will crash the Unreal Editor
  • Reimport is only possible by going into the editor for the asset, right clicking from content editor has "Reimport" grayed out