Click here to Skip to main content
15,885,537 members
Articles / Unity3D

Getting Started with Unity – A Review

Rate me:
Please Sign up or sign in to vote.
4.80/5 (3 votes)
2 Oct 2013CPOL6 min read 7.9K   1
Getting started with Unity

This article is in the Book Review chapter. Reviews are intended to provide you with information on books - both paid and free - that others consider useful and of value to developers. Read a good programming book? Write a review!

Keeping with the Unity3D season I seem to be having, here’s another Unity3D book, this time focusing on beginners.

Image 1

Getting Started with Unity

I’ve been on the hunt for a while now for an easy introduction book for Unity, even though I’m already fairly well experienced with it, I’m always looking out for a good reference source to point newcomers to the world of Unity3D. Video tutorials and the API guide are all well and good but others like myself always react better to the written word (and also useful if there is no internet Open-mouthed smile).

Image 3

PacktPub seem to be on a never-ending quest to fill their library with all the books you need to get you going, in fact they now have one of the largest sources of Unity3D books available online and they are keen to keep that lead, so enters their latest book "Getting Started with Unity".

As the title suggests, this book is aimed at developers / designers and new starters to Unity3D itself, the goal is simple, give you enough to get you off the ground and get moving.

So let's see how we get on.

Image 4

Here’s a brief run through of what all the chapters are and what to expect from them.

Chapter 1 "Getting to Know Unity3D"

As expected, this book starts off with what you can see, a general walk through the Unity3D editor, how it’s made up and where things live so you can navigate your way around.

It also gives you an overview of the default "Angry Bots" sample included with unity as well as starting your first project and just mucking around with it and getting to know how to import Unity assets like the "Character controller" and throwing some new game objects in to a scene to see how they are affected.

Chapter 2 "Creating a Maze with Built-in Objects"

From here, we actually start creating scenes and building a simple maze type game adding lighting to our environment and pulling together the basic physics system that’s built into Unity3D. On top at that, we also take a look at another of the included features of Unity3D, the water effect.

Chapter 3 "Using Scripts to Interact with Objects"

From here on, the book tackles some of the raw undercurrents of the Unity3D engine, scripting. It’s important to know how these work in any game and how to make them work well, there are even some pointers on how to structure your script assets along Unity3D’s guidelines. You’ll create some JavaScript scripts that work with your created environment and shows you how to manipulate the game world to get your desired effect.

Chapter 4 "Creating and Tracking Objects"

In Chapter 4, the book shows you how to start creating objects in code instead of just in the editor which is a powerful part of any good Unity3D project. It also covers Unity’s (sometime troublesome) 2D GUI system for displaying healthbars, minimaps and so on.

It also shows in a bit more depth how to use cameras more effectively within your scene and adding audio effects triggers from your scripts.

Chapter 5 "Bringing Your Game to Life with AI and Animations"

Unless you are building some block falling or other simple game, you are going to need AI to keep the player challenged, this can take many forms from simple balancing (making the game harder if they are playing too well) to artificial enemy opponents roaming the walls. This chapter goes over the basics of scripting some AI into your games and also digs in to the word of animations, taking advantage of the new Mecanim system introduced in V4 of Unity3D to take animation information from imported models and use them effectively within your game.

Chapter 6 "Finalizing and Optimizing Your Game"

Of course, making a game is not the end of the story by any means, in fact you will find that finishing your game will likely take 80% of the time needed in any given project. Here the author walks you through some of the techniques to optimise memory (only having a single scene in memory at a time) and using more procedural techniques to avoid overloading your scenes and preserving necessary data across levels so as to avoid loading issues.

There is also a nice walk through for creating a simple game menu system and splashscreen.

 

Image 5

The promise of this book was great but sadly lacking in its implementation. There is sufficient content and scope in the book to make it great but it’s lost in the technicalities of it. There is a lot of showing you how and what, but fails to make the reader understand why and in what situation you would use those techniques.

There is a lot of boilerplate involved and in all likelihood, you will spend most of the time just downloading the samples and looking at them rather than trying to build along with the chapters.

It’s not all bad, it does cover some features which I’m not completely familiar with and although I got the gist of it, I was not left feeling completely knowledgeable about subjects.

Pros

  • The "Getting to know you" chapter is nicely laid out and explains a lot of what you can see and what is included with Unity3D out of the box
  • The goal of the maze type game is not one I’ve seen out there, so is a good view in to the genre

Cons

  • Overly technical without explaining why you would use each feature. More of a do as I say style of writing (which if that’s how you like learning, great)
  • Sections are bunched together in a very mashed up type of way – I would have expected separate sections for a lot of the content to give it more meat but a lot of (important) things are left to either the imagination or just skimmed over.
  • The book is very short for what the goal of the book was, or is just trying too hard to get everything in without explaining everything.

Image 6

Sadly, I didn’t enjoy reading this title. It’s a shame really as the author put a lot of effort into each chapter but it just felt like (most of the time) that it was just thrown at the page without thought of how it was structured or presented to the user. There is a lot of good material in there but unless you are already familiar with Unity3D, it will likely go straight over your head (and if you know Unity3D, most of what is in the book you likely already know).

Had the author stepped back and worked more on the presentation than trying to cram as much technical "do stuff" into the book, then this would have been a completely different review. So from me, it’s a pass.

If however, you find that having information just presented to you works for your learning style, then this book might be right up your street but have a play with Unity3D first before reading this book.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect ZenithMoon Studios
United Kingdom United Kingdom
Long-time game developer / IT maniac.
By day I architect, design, build and deliver enriching Mixed Reality solutions to clients, bringing the work of AR/VR to light in new and interesting ways, by night I Masquerade as the Master Chief of ZenithMoon Studios, my own game development studio.

At heart, I am a community developer breaking down lots of fun and curious technologies and bringing them to the masses.

I'm also a contributor to several open-source projects, most notably, the Reality Toolkit and all the services provided by the Reality Collective, The Unity-UI-Extensions project, as well as in the past the AdRotator advertising rotator project for Windows and Windows Phone.

Currently, I spend my time fulfilling contracts in the Mixed Reality space (primarily for an XR experience firm called Ethar), writing books, technically reviewing tons of material and continuing my long tradition of contributing to open-source development, as well as delivering talks, but that goes without saying Big Grin | :-D

Mixed Reality MVP, Xbox Ambassador, MS GameDevelopment Ambassador & Best selling author:

[Accelerating Unity Through Automation](https://www.amazon.co.uk/Accelerating-Unity-Through-Automation-Offloading/dp/1484295072/ref=rvi_sccl_3/262-0817396-1418043)
[Mastering Unity 2D Game Development] (https://www.packtpub.com/game-development/mastering-unity-2d-game-development)
[Unity 3D UI Essentials] (https://www.packtpub.com/game-development/unity-3d-gui-essentials)

Comments and Discussions

 
-- No messages could be retrieved (timeout) --