Skip to main content

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

Nice game, feels a bit unpolished, BUT the amount of it is impressive, really nice tutorial, took me a while to wait for drowning though, need patience to die xD
I love the way the game looks and the effects with loading/reloading the scenes, I wanna learn to do it. I felt a bit lost on the map. Great submission though, really fits the theme and I love cute game, it's sad that I need to die :3

Thank you for the feedback. The idea behind taking the whole time to drown in the tutorial level was to have the player learn how long they can safely stay underwater for levels like the flooded cave.  I did reduce the time in the sketchbook level where the water was only for drowning. 

As far as the scene transitions go this is the video that I started with. You should probably do it using a coroutine in code instead of animations, but this is a good place to start. You can look at my SceneLoader script here for how I did it.