SVG Runtime System

まだ評価されていません

Load and manage SVG assets at runtime

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    5.2 - 5.3
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

This is a plugin that enables Unreal Engine to support SVG files.

Compared with other plugins, this plug-in has the following advantages:

  • Extremely small package size, UScalableVectorGraphicsWrapper assets directly store SVG strings instead of image textures, even thousands of SVG assets will not exceed 10MB
  • Arbitrary size request, you can render any size lossless texture, of course, larger texture means longer blocking time
  • Intimate performance optimization, when you try to request a texture of the same size under the same ID, the system will directly return the already created texture instead of creating a new one.
  • The simplest operation, use USvgImage to manage all icons on your UI interface, just fill in the Id, and the system will handle everything for you.

About lunasvg Library:

  • lunasvg (MIT License) is an SVG rendering library
  • This Library generates svg textures at runtime
  • This is a Static Library
  • The library does not send any data

テクニカルノート

Features:

  •  SVG Asset Support
  •  Runtime Render

Code Modules:

  •  ScalableVectorGraphicsSupport(Runtime)
  • ScalableVectorGraphicsEditor(Editor)

Number of Blueprints:0

Number of C++ Classes:10

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64

Docs: SVG_Support