Book Image

Unity 2D Game Development Cookbook

By : Claudio Scolastici
Book Image

Unity 2D Game Development Cookbook

By: Claudio Scolastici

Overview of this book

<p>Unity is a powerful game development engine that provides rich functionalities to create 2D and 3D games.</p> <p>Unity 2D Game Development Cookbook is a practical guide to creating games with Unity. The book aims to serve the purpose of exploring problematic concepts in Unity for 2D game development, offering over 50 recipes that are easy to understand and to implement, thanks to the step-by-step explanations and the custom assets provided. The practical recipes provided in the book show clearly and concisely how to do things right in Unity. By the end of this book, you'll be near "experts" when dealing with Unity. You will also understand how to resolve issues and be able to comfortably offer solutions for 2D game development.</p>
Table of Contents (15 chapters)
Unity 2D Game Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In this chapter, we add details and extra functionality to our prototype, starting with audio. Audio in video games is, in our opinion, a sort of ambiguous matter. On one side, audio is an important part of any video game, as it is complements its graphics to immerse the player into the actual game world and game action. There are so many games that are mostly popular because of their soundtrack, and there is good literature on this subject too. If you'd like to delve into the theory of audio in games, you can check out an interesting read about the diegesis theory, available at http://devmag.org.za/2012/04/19/video-game-audio-diegesis-theory-2/.

On the other side, audio in video games is generally taken care of by an audio designer— a contractor who is rarely a permanent member of the development team. Most of the time, the audio designer starts working on a project towards its end. The main negative consequence of this industry habit is that audio rarely gets the attention...