Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Building a Game with Unity and Blender
Building a Game with Unity and Blender

Building a Game with Unity and Blender: Learn how to build a complete 3D game using the industry-leading Unity game development engine and Blender, the graphics software that gives life to your ideas

eBook
€20.98 €29.99
Paperback
€36.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Building a Game with Unity and Blender

Chapter 2. Creating Characters

In the previous chapter, we learned the process of creating our own game concept, which was mostly theoretical. In this chapter, however, we are going to get our hands dirty by learning how to create 3D characters from scratch using Blender!

In this chapter, we will cover:

  • Downloading Blender for Windows, Mac OS X, or Linux
  • A quick look at the basic user interface of Blender
  • Creating a 3D model of the monster from scratch
  • Unwrapping UV and creating a texture for the monster
  • Creating a 3D model of the player character from scratch
  • Unwrapping UV and creating a texture for the player character

Downloading Blender

As we all know, a blender is an electric kitchen appliance used to blend vegetables and fruits into drinks, sauces, or pastries. But in this tutorial, we will be using another Blender, which is an open source 3D computer graphics software developed and maintained by the Blender Foundation.

Note

You can download Blender for free, at http://www.blender.org/download.

Currently, three platforms are officially supported: Windows, Mac OS X, and Linux. Due to Blender's open source nature, it can be easily ported to other operating systems as well.

A brief history of Blender

Blender was originally proprietary software developed in the mid 90's by Ton Roosendaal for his animation company. Unfortunately, the company was shut down by investors in early 2002, resulting in Ton losing the ownership of Blender.

Later that year, Ton founded a non-profit organization called the Blender Foundation and successfully raised a total of 100,000 EUR in only seven weeks to convince the...

Creating the monster's 3D model

In this chapter, we will be using the character concepts from the previous chapter to walk you through the process of constructing a 3D game character from scratch. Once you have learned how to do that, you can then try to draw your own concepts and turn it into a 3D model!

You may ask why we start constructing the monster first, and not the player character. The reason for this is because the body shape of the monster is much simpler compared to the player character. Constructing a humanoid 3D model is not the best way for a newbie to learn the basics of 3D modeling. We will come back to the player character once you have mastered the basic skills.

The first thing we need to do is to refer back to our monster concept art and try to imagine its body shape using just the combination of primitive geometries. This will help you see through the complexity of details such as texture, color, facial expression, and so on, and focus solely on the shape. This will...

Unwrapping the monster's UV map

UV mapping is the process of converting the texture space of the 3D mesh into a 2D representation so that a texture can later be applied correctly.

To unwrap our monster's UV map in Blender, we need to first open up the UV editor window. Click and drag the split-window widget located in the top-right corner of your 3D view to split open a new window. Choose UV/Image Editor from the editor type drop-down menu and now you will see the UV editor alongside your 3D view.

Unwrapping the monster's UV map

The first step to UV unwrapping is to find out where to cut out the seams. First, select the edges that connect the ears and legs to the body.

Unwrapping the monster's UV map

Then, press Ctrl + E to open up the menu containing all operators related to edges. Click on Mark Seam to tell Blender to cut these edges when we unwrap the UV map. The edges will then be marked with thick red lines.

Unwrapping the monster's UV map

After that, mark all the other seam lines with the same method. Try to mark the edges that are hard to notice from the player's...

Creating the monster's texture

Once you're happy with the UV map, you can now remove the checker texture and replace it with a blank texture by clicking on the + New button and pick Blank as the Generated Type. What I'm trying to do now is to bake the soft shadow that we usually call the ambient occlusion onto the blank texture. This AO map not only serves as a guideline for texture painting but also makes the final texture look more realistic. This step is not necessary depending on what style you're trying to do.

Creating the monster's texture

On the Properties window, switch over to the World tab and check Ambient Occlusion. Then, scroll down a little bit and you will see the Gather category. Change the Samples value from 5 to 15.

Creating the monster's texture

Next, go to the Render tab and open up the Bake category. Change Bake mode to Ambient Occlusion and check Normalized. The normalized setting will make the AO map look brighter and clean.

Creating the monster's texture

Once you're done with the settings, click on the Bake button and watch the magic...

Creating the player character's 3D model

Now that you are equipped with all the basic modeling skills, let's move on to create the player character. Phew, we have come such a long way!

Although a humanoid character tends to look very complicated, if we take away the details and just look at its simplified form, what we will see is a bunch of cylindrical shapes stuck together with a spherical head on top.

Creating the player character's 3D model

That is exactly what we are going to do next—create a bunch of cylinders and a sphere at a low segments count; I usually go for 6-8 segments so it's easier to edit. Then, arrange the cylinders and sphere nicely so that it look like a stickman.

Creating the player character's 3D model

Next, join all the shapes together into one single object by pressing Ctrl + J. Then, delete the other half of the model (only the body part, not the head) and apply the mirror modifier to make our lives easier. Do note that if your object's pivot point is not in the middle, your model will look extremely wrong when the mirror...

Downloading Blender


As we all know, a blender is an electric kitchen appliance used to blend vegetables and fruits into drinks, sauces, or pastries. But in this tutorial, we will be using another Blender, which is an open source 3D computer graphics software developed and maintained by the Blender Foundation.

Note

You can download Blender for free, at http://www.blender.org/download.

Currently, three platforms are officially supported: Windows, Mac OS X, and Linux. Due to Blender's open source nature, it can be easily ported to other operating systems as well.

A brief history of Blender

Blender was originally proprietary software developed in the mid 90's by Ton Roosendaal for his animation company. Unfortunately, the company was shut down by investors in early 2002, resulting in Ton losing the ownership of Blender.

Later that year, Ton founded a non-profit organization called the Blender Foundation and successfully raised a total of 100,000 EUR in only seven weeks to convince the former company...

Creating the monster's 3D model


In this chapter, we will be using the character concepts from the previous chapter to walk you through the process of constructing a 3D game character from scratch. Once you have learned how to do that, you can then try to draw your own concepts and turn it into a 3D model!

You may ask why we start constructing the monster first, and not the player character. The reason for this is because the body shape of the monster is much simpler compared to the player character. Constructing a humanoid 3D model is not the best way for a newbie to learn the basics of 3D modeling. We will come back to the player character once you have mastered the basic skills.

The first thing we need to do is to refer back to our monster concept art and try to imagine its body shape using just the combination of primitive geometries. This will help you see through the complexity of details such as texture, color, facial expression, and so on, and focus solely on the shape. This will help...

Left arrow icon Right arrow icon

Key benefits

  • Learn the fundamentals of two powerful tools and put the concepts into practice
  • Find out how to designand buildall the core elements required for a great game - from characters to environments, to props—
  • Learn how to integrate Artificial Intelligence (AI) into your game for sophisticated and engaging gameplay

Description

In the wake of the indie game development scene, game development tools are no longer luxury items costing up to millions of dollars but are now affordable by smaller teams or even individual developers. Among these cutting-edge applications, Blender and Unity stand out from the crowd as a powerful combination that allows small-to-no budget indie developers or hobbyists alike to develop games that they have always dreamt of creating. Starting from the beginning, this book will cover designing the game concept, constructing the gameplay, creating the characters and environment, implementing game logic and basic artificial intelligence, and finally deploying the game for others to play. By sequentially working through the steps in each chapter, you will quickly master the skills required to develop your dream game from scratch.

Who is this book for?

This book has been created for anyone who wants to learn how to develop their own game using Blender and Unity, both of which are freely available, yet very popular and powerful, tools. Not only will you be able to master the tools, but you will also learn the entire process of creating a game from the ground up.

What you will learn

  • • Design and create a game concept that will determine how your game will look and how it will be played
  • • Construct 3D models of your game characters and create animations for them before importing them into the game
  • • Build the game environment from scratch by constructing the terrain and props, and eventually put it all together to form a scene
  • • Import and integrate game assets created in Blender into Unity—for example, setting up textures, materials, animation states, and prefabs
  • • Develop game structures including a game flow, user interface diagram, game logic, and a state machine
  • • Make the game characters move around and perform certain actions either through player inputs or fully controlled by artificial intelligence
  • • Create particles and visual effects to enhance the overall visual aesthetic
  • • Deploy the game for various types of platforms

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Nov 27, 2015
Length: 250 pages
Edition : 1st
Language : English
ISBN-13 : 9781785282140
Vendor :
Unity Technologies
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Nov 27, 2015
Length: 250 pages
Edition : 1st
Language : English
ISBN-13 : 9781785282140
Vendor :
Unity Technologies
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 119.97
Blender 3D By Example
€36.99
Building a Game with Unity and Blender
€36.99
Unity 5.x Cookbook
€45.99
Total 119.97 Stars icon

Table of Contents

10 Chapters
1. Creating Your Game Concept Chevron down icon Chevron up icon
2. Creating Characters Chevron down icon Chevron up icon
3. Animating Your Characters Chevron down icon Chevron up icon
4. Creating the Environment Chevron down icon Chevron up icon
5. Integrating Your Assets into the Game Chevron down icon Chevron up icon
6. Developing the Game Structure Chevron down icon Chevron up icon
7. Creating Levels and Game Progression Chevron down icon Chevron up icon
8. Post-Production and Visual FX Chevron down icon Chevron up icon
9. Deploying the Game Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.3
(6 Ratings)
5 star 33.3%
4 star 16.7%
3 star 16.7%
2 star 16.7%
1 star 16.7%
Filter icon Filter
Top Reviews

Filter reviews by




Melody Jan 22, 2016
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I'm a graphic design student and I have an interest in dabbling in game design. Love this book - very cool. Bought this with "the art of game design" by jesse schell. Would recommend both.Also -- had to wait for this book for over a month to ship because they had none in stock. But it was worth the wait.
Amazon Verified review Amazon
Jtown Dec 28, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Good and fast delivery, book in great condition!
Amazon Verified review Amazon
Pradiv Garg Apr 21, 2020
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
This is good book to learn game development if you don't even the basics of it. I can't say weather you like it or not as a pro but as beginner you will love it. There are few things which have changed in softwares compared to version of book I have but still by moving a little around and reading changes in docs of unity you can fully utilize this book to learn from start to end of development
Amazon Verified review Amazon
jremydeaton Jan 04, 2016
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
First, let me state that I am an Advanced Beginner to Intermediate in Blender, and a total Noob in Unity. So my biggest part of this review is going to be about the blender sections. Because I am a little more advanced, I hate books that repeatedly go over the simple basics that you can find within Blender’s documentation. Luckily, this author does not do that. He assumes that you’ve looked over that documentation, as you should. However, this could also cause problems or confusion for the absolute beginner. It did cause some hiccups for an advanced user like myself. There are numerous points in his instructions that are missing, and I felt were crucial for anyone to know. Simple things, like when he switched from edit to object mode to complete a task were not mentioned at times. There were certain times when even I was wondering why something wasn’t working. I would have to stop, checkout documentation or stackexchange before I realized that he simply did not mention what mode he was in, or that he was using “blender render” instead of, what is now my default, Cycles.As for Unity; I had to stop going over the book for a while, so I could go over the basic tutorials. After doing that, I found that I was still having the same issues, in not knowing completely what I was supposed to be doing.There are two things that this book does well, and the last one really isn’t really a compliment. First, this is a nice “What do I do next”, type of book. If you’ve gone over numerous tutorials for both pieces of software and are asking that very question… Then this book is for you. For its downfalls, it still is a great book that gives you a “quick and dirty”, “What’s Next” project from start to finish. Secondly, because of it’s unclear instructions at times… You will find yourself being more knowledgeable about each of the software’s documentation and how to successfully troubleshot issues and tasks in each.UPDATE: Forgot to mention above that there is NO errata and NO source files.
Amazon Verified review Amazon
W Jan 15, 2016
Full star icon Full star icon Empty star icon Empty star icon Empty star icon 2
I had high hopes after getting another book for PacktPub that was top notch but this is absolute junk. There's very little explanation of what is being done or why and an absurd number of steps just get skipped. Most steps require some extra googling to figure out what you were supposed to do. There is too much skipped information to be useful to beginners and too little helpful information to be of any use to those with a little experience. The author should have made a detailed book about making game assets in Blender or about working with them in Unity. Instead we got a book that fails on two fronts.Edited to two stars. I used it a couple times for quick references. It isn't totally useless as vague outline of steps, though I still wouldn't suggest it to anyone.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.