Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Still it's a good effect. Also I was curious how you did the thaw effect? It looks very cool.

(+1)

It was quite slapped together. I could have researched an actual dissolve but I just guessed haha.

Since my game mostly takes place on the X axis I have a global shader value for that position and another global shader for an edge thickness. I check the world position of the current pixel and if within the edge value I blend between grass and snow while applying a noise texture and TIME for some randomness.

Oh I see. Thank you!