Skip to main content

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

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`.