Skip to main content

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

whats confusing about the camera? youre escaping from the little critters since they get more dangerous over time

(1 edit)

When jumping up, I felt like it was hard to predict where I would land because of the camera turning. I also work with unity and I love the world destrucion you added. Could you tell me how you did that, as it seems lika a fun thing to play with.

Howdy!
We did notice that walking (and jumping) close to the center of the planet is kind of disorienting. If you have any suggestions on how to make it less so (apart from making the planets larger), I'm all ears. We can't have a static camera either, as that would place the player upside down sometimes and invert the movement direction in a weird way.

The destructible terrain is my own implementation of the "marching squares" algorithm, so not a built-in unity component, sorry.