Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 870 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 870 Bytes

Animated Texture Plugin for Unreal Engine 5


This plugin allows you to import animated pictures into your Unreal Engine 5 project as a new AnimatedTexture asset type.

  • Support .GIF files
  • Support .Webp files

DEMO

Features

  • Import Animated GIF/Webp as a Texture, supports animation, transparency, interlace, etc
  • Editing in default Texture Editor
  • Supports UMG Image widget, Material and Material Instance
  • Animation playback APIs
  • Runtime load GIF/Webp file from disk or download from web

Compatibility

The plugin should work on all platforms the Unreal Engine 5 supports, but only been tested on the following platform:

  • Windows 64
  • MacOS

Screenshots

Material DEMO

UMG DEMO

Playback API DEMO