Simple Gif Converter

Link to the Asset Store page

A simple asset to import Gifs into your Unity Projects. The conversion can either be done at runtime or precomputed inside the Assets folder with this asset.

Just open the precomputation scene to convert your Gifs to Texture2D arrays, that are stored in ScriptableObject instances.
Or open he example scene to see how fast and convenient the conversion happens at runtime.

There is also a Gif Player feature, that can be applied to 3D Meshes, 2D Sprites or the UI.

Conversion at runtime is done in the background using coroutines to keep your frame rate constant.

A manual is included.