Skip to main content

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

Yo! So I really like what you've done here. My favourite part is actually how the ship moves. It feels weighty with the slower turn speed and the camera movement with it is perfect. I really enjoy going flying around at speed with it. I could honestly see this going the way of a fast paced space racing game too.

Also I really like the parallax scrolling effect with the stars! How did you get that going?

(+1)

Thank you :-) I think you are the first comment who liked the ship controls I love zipping around in it... yes it's not kind of slow on the turns and has some inertia to it. 

The Parallax scrolling is based on this article and code: https://pavcreations.com/parallax-scrolling-in-pixel-perfect-2d-unity-games/ And I think it's 4 or 5 layers of scrolling. The black background I attach to the camera and it moves with the camera so it stands still. I sometimes have the problem that each of the 5 layers shows the same pattern so they look weird in some configurations. To fix that I will rotate them each so they don create weird-looking patterns.

That's some really useful insight there, thank you very much! Keep up the good work