/godot-gif-importer

Plugin for Godot Engine to import GIF as AnimatedTexture

Primary LanguageGDScriptMIT LicenseMIT

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.