I have been trying to get a gif image from the network in Unity. But using www.texture returns a big red question mark on the plane. .gif rendering is not supported in Unity.
What is the correct way to do it? How to use the parser for this? I don’t know what my server will return. It may return a png or a gif file.
did you try the suggestion from stackoverflow?
– gjf@gjf Yes I did. Most of them recommended me to use plugins. I guess its possible to make a parser myself. I would prefer looking into Texture2D class.
– prashant_vimap