Create .gif with Unity Editor

Hello,

For my work, I have to create an application which take several screenshot in runtime, and create a .gif with all screenshot (and save it somewhere out of Unity folders) in the Editor.

I put all my screenshot in a Texture[ ].

Have you an idea about how to create a .gif file with this array (or other) ? I don’t found a lot of things on web about that.

Regards,

Katasa

saw this while ago,
Unity3D Runtime GIF Maker

Yes, I saw it, I forgot to told that, but thank you !

The problem is…I have to redo this asset (without all features of this)…