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.