How would you add animated gif textures to polygon 3d models in unity?
You would write an animated gif parser and convert that to something Unity can use (a series of frames? a texture atlas?). There is no built-in support for it.
How would you add animated gif textures to polygon 3d models in unity?
You would write an animated gif parser and convert that to something Unity can use (a series of frames? a texture atlas?). There is no built-in support for it.