Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neil3d/uanimatedtexture4

Import Animated GIF as a new AnimtedTexture asset type
https://github.com/neil3d/uanimatedtexture4

Last synced: 13 days ago
JSON representation

Import Animated GIF as a new AnimtedTexture asset type

Awesome Lists containing this project

README

        

# Animated Texture with GIF Importer

- New Version for UE5: https://github.com/neil3d/UAnimatedTexture5
- **中文文档:** [https://neil3d.github.io/coding/anim-texture.html](https://neil3d.github.io/coding/anim-texture.html)

----
This plugin allows you to import animated GIF into your Unreal Engine 4 project as a new AnimatedTexture asset type.

![DEMO](./Docs/Demo.gif)

## Features

* Import Animated GIF as a Texture, supports animation, transparency, interlace, etc
* Runtime load .gif file from disk or download from web
* Editing in default Texture Editor
* Supports UMG Image widget and Material
* Playback API

## Compatibility

The plugin should work on all platforms the Unreal Engine 4 supports, but it has not been tested on every platform.

## Screenshots

![DEMO](./Docs/Demo_UMG.png)

![DEMO](./Docs/Demo_Mtl.png)

![DEMO](./Docs/Demo_API.png)