Space Pillage dev update – lots of backlog progress on the game

I’ve been quiet for the last few months – looking after a pregnant wife, preparing for a baby, and lots of work (my normal day job) has kept me very busy, and meant I have not been able to update this blog as often as I wanted to. Now, with my son born I’ve had a … Read more

Unity 2D space shooter – general development progress update 11

Game progress has been a little slow lately. I’ve been doing a bit of contracting work in the evenings and I’ve also had a pretty intense training routing on the go for the last few months in preparation for a Spartan race which I am participating in this week. That doesn’t mean I haven’t tried … Read more

Unity 2D space shooter – gameplay / gamedev video update – update 9

I’ve been spending sparse bits of my time in the evenings fixing bugs, and adding new features to the 2D space shmup project. For now it is really just a case of getting the “platform” ready. Once that is done, I’ll have all the bits and pieces I need to create the game/storyline I have … Read more

Unity 2D space shooter – object pooling and other progress – update 7

I am writing this blog post from an apartment in Girne, enjoying a week off of work (the day job!) with my wife in Northern Cyprus. We spent the day today on a boat trip cruising around the coast, swimming at various points along the way and enjoying the sun. Being off of work of … Read more

Unity 2D space shooter – new enemy graphics and animation – update 6

Before I forget, I need to write a bit about some new enemy graphics and animation I recently added to the game. I have been using some of Dan Cook’s excellent artwork for enemies in the game (I used the same stuff for Cosmosis), but in some cases have been bootstrapping his stuff to create … Read more

Unity 2D space shooter – progress and gameplay showcase – update 5

I managed to get a fair amount of work done on my 2D space shmup project this weekend (apart from DIY around the house and other bits and pieces that have been waiting to get done for ages!) So this blog post is update number five on my progress so far.   For anyone who … Read more

Unity 2D space shooter update – defense systems

In my opinion, players need some sort of defense systems in any kind of bullet hell / shmup type game. Sometimes the action can get a little too much, and it becomes very difficult to avoid getting hit by projectiles. I have recently been testing homing missiles launched from enemy ships in the game, and … Read more

Unity 2D space shooter update – adding a laser weapon

I recently had a nice, month long holiday in South Africa. Apart from affording me some well deserved downtime and a “castaway-like” beard, this meant I was also able to get quite a lot done on my re-working of “Cosmosis” (my original iPhone/iOS app) using the Unity engine. This time the game will be developed … Read more

Unity 2D space shooter – retractable wing animation

Cosmosis, the original shmup for iOS I created my first 2D space shooter (shmup) called Cosmosis in Objective-C using cocos2d-iphone a few years back. The game didn’t feature much with regard to individual sprite animation though. Since recently getting acquainted with Unity3D, I decided to recreate Cosmosis using this excellent tool. This decision was even … Read more