Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I loved this! It's impressive how this game manages to be extremely horny and extremely wholesome at the same time. I especially liked the characters (Cyprus is my favorite).

Is there any chance you could tell me how you made the stretching effect? I'm new to Unity and I got really curious about how to make something like this.

(+2)

Thank you! Happy you enjoyed!
Yeah! Here's a kind of loose explanation. You need to install the "Unity 2D Animation" package. It lets you stick bones in your sprite and animate 'em. You can get that stretching effect on a sprite by adding two bones and animating them to get pulled apart (there are really good tutorials around the web for all the tools in the package). After the bones work, I just pull them apart using code instead of the animator to make the bones respond to the width of the object that's stretchin' the player.

(+1)

Cool! Thanks (*ˊᗜˋ*)