Skip to main content

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

Think I'm struggling because the left and right edges seem to be cut off. On the screen where you pick up red, I'd pick up red, walk right, and die - maybe because there was an off-screen danger?

Also - cool concept. We cubes are better together! And platforming puzzlers are always my thing :)

Yeah, we built it and it got cut off, we might've found a fix, but we already submitted late and didn't want to make any more changes. Do you have any ideas how to fix it?

(+1)

I don't have any personal experience with Web builds. A bit of online searching turned up this:

https://docs.unity3d.com/Manual/class-PlayerSettingsWebGL.html#Resolution

It looks like you can set the resolution for the web build using the Unity Player Settings. If you specifically give it a resolution that you like, with the right aspect ratio, and make a new build, you might get the edges back. I don't know that you could re-submit for the Jam, but you could certainly update your project build, so that future folks could appreciate the whole thing :)