Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

This goes so very hard. It's super difficult to get the level of polish that you guys managed, especially as a team of 2??? WOW. Is there a sound volume setting anywhere? I would love to learn how you use tweens the way you did, it looks so good.

Hey! Thanks! :D
Sadly, I didn't make a volume setting. So, personally i think DOTween is awesome for visual animation and even timing behaviours (much easier than coroutines) - the key is to use the `DOTween.Sequence` feature.. then you can coordinate timing and availability/logic of multiple things by using `Join`, `Append`, `AppendCallback` and `AppendInterval`.