Book Image

Mastering Unity 2017 Game Development with C# - Second Edition

Book Image

Mastering Unity 2017 Game Development with C# - Second Edition

Overview of this book

Do you want to make the leap from being an everyday Unity developer to being a pro game developer? Then look no further! This book is your one-stop solution to creating mesmerizing games with lifelike features and amazing gameplay. This book focuses in some detail on a practical project with Unity, building a first-person game with many features. You'll delve into the architecture of a Unity game, creating expansive worlds, interesting render effects, and other features to make your games special. You will create individual game components, use efficient animation techniques, and implement collision and physics effectively. Specifically, we'll explore optimal techniques for importing game assets, such as meshes and textures; tips and tricks for effective level design; how to animate and script NPCs; how to configure and deploy to mobile devices; how to prepare for VR development; how to work with version control; and more. By the end of this book, you'll have developed sufficient competency in Unity development to produce fun games with confidence.
Table of Contents (9 chapters)

What this book covers

Chapter 1, Preparation and Asset Configuring, outlines the project we’ll focus on in the book. It specifies tips and tricks for importing assets optimally, configuring assets, and best-practice workflows for keeping your project organized.

Chapter 2, Level Design and Structure, here, gets you started with designing and building the main game level inside Unity, taking a look at interesting level-design ideas as well as critically important practical considerations.

Chapter 3, Player Controls - Movement, explores player controls, that is, how player input drives and controls the main game camera.

Chapter 4, Player Controls – Typing and Health, says that every character that can take damage needs health, representing the total amount of damage a character may sustain. In this chapter, we’ll focus on creating a combat mechanic that damages enemies.

Chapter 5, Enemies and Artificial Intelligence, informs that enemies need to behave intelligently and believably; this chapter looks at how to achieve that using AI. By using AI, enemies will move around the level, seeking the player, and will attack when in range.

Chapter 6, Project Management and Version Control, looks at ways to optimize the game development workflow using Version Control software. This keeps a record of our project as it moves through all its iterations.

Chapter 7, Persistent Data – Load and Save Game States, explains that players often want their in-game progress saved, allowing them to resume where they left off previously every time they start a new play session. This chapter covers the different saving methods available in Unity.

Chapter 8, Performance, Optimization, Mobiles, and More, outlines a selection of related topics as the final chapter of this book. Specifically, it takes you through how to improve the performance of your games through optimization, how to prepare your games for mobile deployment, and how to prepare generally for VR development.