Skip navigation

Category Archives: Uncategorized

I realised that it would help me to make a better game if I know more about Unity so I started reading an ebook but it turned out that Will Goldstone, who I met at LUUG, was looking for proof readers for his new book on Unity. Seeing as he works for Unity he seemed a pretty good person to learn from so I abandoned the other book and began reading Unity game Development Essentials. I’m really enjoying it and can’t wait to utilise some of things I’ve learnt on my own project. I’m currently on Chapter 9 of 13.

I also attended LUUG 7 and met the guys from http://wootcomms.com/which is a great site if you’re an indie and looking for some marketing tips (which most indies are!). Definitely worth checking out!

Ok, so it’s been three months. Back on the wagon now though. In that time I did go to a Unity Meet Up (LUG 6)  and have made some useful and inspirational contacts. Now to put that  inspiration to good use! I have come up with an idea for a game and have got a moving character and a physics rope so far. Just need to combine the two to make an awesome grappling hook! Here goes nothing…

Not too much to write home about just yet. I spent an hour or so last night, and tonight, continuing on through the tutorial, playing about with variables and changing textures and stuff just for the hell of it. I’ve now finished the main part of the tutorial and am in the final section when it goes into more detail on the scripts. It’s been a while since I did any scripting and I’ve never used Java before but it seems pretty similar to Lua and the little C++ that I know.

I’m gonna have to start coming up with some ideas for something to make pretty soon! I’ll have to dig out my “crazy game design ideas notebook” and start coming up with some concepts that I could knock up in Unity with my not-too-advanced skill set.

I’ve been reading The 4-Hour Body recently, in which the author, Tim Ferris, outlines four principles of failure proofing behaviour:

1. Make it conscious.
2. Make it a game.
3. Make it competitive.
4. Make it small and temporary.

While he talks about these in terms of getting fit, they apply to achieving pretty much anything. I’ve been meaning to make a game in my own time for ages so now I’ve decided to Make it Conscious by creating this blog. Measurement = motivation. This will let me see how far I’ve come, which will help motivate me to see how far I can go. I can’t wait.

Today I spent a few hours learning the basics of creating a game in the free game engine Unity (http://unity3d.com/) by doing the 2D game tutorial found here: http://unity3d.com/support/resources/tutorials/2d-gameplay-tutorial. I got about halfway through before getting sidetracked by downloading the open source 3D modelling package, Blender (http://www.blender.org/), and trying to import objects from it into Unity, which I managed to do although I found that they appear at the origin as soon as I run the game. I posted on the forums so hopefully someone has faced this issue before and knows a solution. All in all not a bad first day – I’ve learnt a bunch of new stuff already. For Day 2 I want to finish off the tutorial.