MemR/game/addons/gif-importer
2022-12-10 17:01:11 +01:00
..
gif-lzw Cleanups. 2022-12-10 17:01:11 +01:00
GIF2AnimatedTexturePlugin.gd Added gif support using https://github.com/vbousquet/godot-gif-importer . 2022-12-10 15:14:24 +01:00
GIF2SpriteFramesPlugin.gd Added gif support using https://github.com/vbousquet/godot-gif-importer . 2022-12-10 15:14:24 +01:00
GIFReader.gd Stop parsing when input is GIF87a. 2022-12-10 16:43:43 +01:00
HEAD Added gif support using https://github.com/vbousquet/godot-gif-importer . 2022-12-10 15:14:24 +01:00
LICENSE Added gif support using https://github.com/vbousquet/godot-gif-importer . 2022-12-10 15:14:24 +01:00
plugin.cfg Added gif support using https://github.com/vbousquet/godot-gif-importer . 2022-12-10 15:14:24 +01:00
plugin.gd Added gif support using https://github.com/vbousquet/godot-gif-importer . 2022-12-10 15:14:24 +01:00
README.md Added gif support using https://github.com/vbousquet/godot-gif-importer . 2022-12-10 15:14:24 +01:00

Godot GIF importer

Plugin for Godot Engine to import GIF image as AnimatedTexture

Installation

Download or clone this repository and copy the contents of the addons folder to your own project's addons folder.

Then enable the plugin on the Project Settings. All your project's GIF assets should now appear in the Godot's asset browser as AnimatedTextures.

Credits

This little script uses godot-gif-lzw to decompress images, and is entirely based on the content of this website.

The author of godot-gif-lzw also developped a little godot script to compress and export GIF images.

License

MIT License. Copyright (c) 2021 Vincent Bousquet.