Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Creating a GIF for your game Sticky

A topic by leafo created Dec 28, 2015 Views: 28,625 Replies: 28
Viewing posts 21 to 24 of 25 · Previous page · First page
(+2)

I want to add my 2cents. I personally just use this converter: https://ezgif.com/video-to-gif

I record the video with Unitys build in Recorder, cut it like I want and than upload it on that page, to create a gif.

Gyazo is good too

(5 edits)

Allow: .webm for animations, Yes? Like: .gif , info: https://en.wikipedia.org/wiki/WebM

and allow .webp .avif for images dev info: https://en.wikipedia.org/wiki/WebP

(short >256 color paletts/gradients, less jpg artifacts effects, smaller than png)

.webm is a video format that can include audio.  On a properly configured web browser, it should require an extra click to play because it is never acceptable for a web browser to auto-play videos with audio.  It is therefore not a replacement for animated image formats (gif, apng) which never contain audio and can be auto-played.

(Lossless) .webp, on the other hand, should be the default image format everywhere.

or you could use obs studio and ezgif to edit and turn into a gif

Viewing posts 21 to 24 of 25 · Previous page · First page