videokit-ai / natshare

Cross-platform social sharing for Unity Engine.
https://github.com/natmlx/videokit
Apache License 2.0
134 stars 28 forks source link

NatShare.GetThumbnail for gif files #42

Closed yosun closed 5 years ago

yosun commented 5 years ago

For completeness of animated media returns: NatShare.GetThumbnail should return a thumbnail for gif files as well.

olokobayusuf commented 5 years ago

GIF files are images whereas GetThumbnail is meant for videos. The semantics for this function doesn't carry over to GIF's. Also, the native functions for actually getting thumbnails don't support GIF's.

yosun commented 5 years ago

What do you suggest for loading or showing thumbs of gif's created using Nat*?

olokobayusuf commented 5 years ago

Here are a few options. Since you only need playback, it looks like "GIF Play Plugin" and "Animated GIF Player" are good options.