Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neil3d/uanimatedtexture5
Import GIF/WebP animated image as a new AnimatedTexture2D asset type.
https://github.com/neil3d/uanimatedtexture5
ue5-plugin unreal
Last synced: 29 days ago
JSON representation
Import GIF/WebP animated image as a new AnimatedTexture2D asset type.
- Host: GitHub
- URL: https://github.com/neil3d/uanimatedtexture5
- Owner: neil3d
- License: mit
- Created: 2021-12-09T13:18:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T23:32:14.000Z (7 months ago)
- Last Synced: 2024-11-07T15:23:40.500Z (about 2 months ago)
- Topics: ue5-plugin, unreal
- Language: C
- Homepage:
- Size: 7.89 MB
- Stars: 102
- Watchers: 9
- Forks: 22
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
- [x] Support .GIF files
- [x] Support .Webp files![DEMO](./Docs/images/demo.png)
## Features
- [x] Import Animated GIF/Webp as a Texture, supports animation, transparency, interlace, etc
- [x] Editing in default Texture Editor
- [x] Supports UMG Image widget, Material and Material Instance
- [x] 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:
- [x] Windows 64
- [x] MacOS## Screenshots
![Material DEMO](./Docs/images/mtl.png)
![UMG DEMO](./Docs/images/umg.png)
![Playback API DEMO](./Docs/images/api.png)