Book Image

Learning C# 7 By Developing Games with Unity 2017 - Third Edition

Book Image

Learning C# 7 By Developing Games with Unity 2017 - Third Edition

Overview of this book

Do you want to learn C# programming by creating fun and interactive games using the latest Unity 2017 platform? If so, look no further; this is the right book for you. Get started with programming C# so you can create 2D and 3D games in Unity. We will walk you through the basics to get you started with C# 7 and its latest features. Then, explore the use of C# 7 and its latest functional programming capabilities to create amazing games with Unity 2017. You will create your first C# script for Unity, add objects into it, and learn how to create game elements with it. Work with the latest functional programming features of C# and leverage them for great game scripting. Throughout the book, you will learn to use the new Unity 2017 2D tool set and create an interactive 2D game with it. You will make enemies appear to challenge your player, and discover some optimization techniques for great game performance. At the end, you will learn how to transform a 2D game into 3D, and you will be able to skill up to become a pro C# programmer with Unity 2017!
Table of Contents (23 chapters)
Title Page
Credits
About the Authors
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

How to add sound effects and music


A game isn't complete without sound or, it makes the experience much more enjoyable and helps to transmit emotions. So let's take a look at how we can add music and sounds to our projects and how we can use them.

Where to find sound effects and music

The first thing that we need is to have the audio files. Unless we know how to make music, we need to search for them online, so we have prepared a small list with useful links where you can legally download audio files to use on your games:

Royalty Free :

Premium :

With this list, we should be able to find any sound effect or music that we need for our game, even on the free websites we have plenty of variety, so don't get discouraged if you plan on creating a game with...