This plugin allows you to import animated GIF into your Unreal Engine 4 project as a new AnimatedTexture asset type.
该插件允许您将动画GIF作为新的AnimatedTexture资源类型导入虚幻引擎4项目。
Features:
- Import Animated GIF as a Texture, supports animation, transparency, interlace, etc
- Editing in default Texture Editor
- Supports UMG Image widget and Material
- Playback API
Code Modules:
- AnimatedTexture (Runtime)
- AnimatedTextureEditor (Editor)
Number of Blueprints: 0
Number of C++ Classes: 8
Network Replicated: No
Supported Development Platforms: Windows, Mac, Linux
Supported Target Build Platforms: Windows, Mac, Linux, Android, iOS
Documentation: https://github.com/neil3d/UnrealAnimatedTexturePlugin
Example Project: https://github.com/neil3d/UnrealCookBook/tree/master/AnimatedGIFDemo
Important/Additional Notes: None
特征:
- 导入动画GIF作为纹理,支持动画,透明度,隔行等
- 在默认纹理编辑器中编辑
- 支持UMG图像小部件和材质
- 播放API
代码模块:
- AnimatedTexture(运行时)
- AnimatedTextureEditor(编辑器)
蓝图数目: 0
C++类数: 8
网络复制:没有
支持的开发平台:Windows,Mac,Linux
支持的目标构建平台:Windows,Mac,Linux,Android,iOS
文件: https://github.com/neil3d/UnrealAnimatedTexturePlugin
示例项目: https://github.com/neil3d/UnrealCookBook/tree/master/AnimatedGIFDemo
重要/附加注意事项:无
This plugin allows you to import animated GIF into your Unreal Engine 4 project as a new AnimatedTexture asset type. AnimatedTexture can be used as normal Texture2D, supports UMG, Material, Material Instance and Dynamic Material Instance. AnimatedTexture has playback API.
此插件允许您将动画GIF作为新的AnimatedTexture资源类型导入虚幻引擎4项目。 AnimatedTexture可以用作普通Texture2D,支持UMG,材质,材质实例和动态材质实例。 AnimatedTexture具有播放API。
评论(0)