Skip to content

GifTexture for Unity - Play an animated gif file on a texture and render on any 3d object.

License

Notifications You must be signed in to change notification settings

iBicha/GifTexture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GifTexture

Simple GifTexture for Unity. Play gifs on a textures, and render to any Render component. This component only plays gifs, from a file or from a byte[] buffer. Based on http://giflib.codeplex.com/ where bitmap work was replaced by textures. Unsafe code also removed. Memory consideration: GifTexture will keep one texture only in graphics memory, but will have all the frames as a Color32[] array in your RAM.

demo.gif downloaded from https://github.com/Chman/Moments

About

GifTexture for Unity - Play an animated gif file on a texture and render on any 3d object.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages