Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neil3d/uanimatedtexture4
- Owner: neil3d
- License: mit
- Created: 2019-09-22T10:17:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T09:08:29.000Z (10 months ago)
- Last Synced: 2024-12-09T19:53:47.242Z (22 days ago)
- Language: C
- Homepage: https://neil3d.github.io
- Size: 11.9 MB
- Stars: 159
- Watchers: 8
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)