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

I was really feeling the vibe, then the music stopped and everything went silent. Second level did not load. There are two major faults that can cause this: -Level was not added to your build index, or your index number/string name did not match in your code to load the proper level. If you used a string name to identify the level and load it, probably a capital or spelling mistake.  Not to worry though, every one is here to learn!

edit: further below I read you have  a UI issue that is causing the problem. Check your canvas settings, make sure it scales with the screen size (set slider to 0.5 in order to scale based on width and height).

Thank you sooooo much! I finally fixed it now^^

Sadly I can only upload the updated version when the rating phase is over :(

Ey, no worries it happens. Part of the jam. I will make sure to play it once you can upload the fixed version.

Yeah, you're right. My only problem now is that I can't get the healthbar (which is added after the first level, so you couldn't see it) to scale correctly for other resolutions. Do you have any idea what I could do?