Skip to content

PacktPublishing/Game-Audio-Development-with-Unity-5X

Repository files navigation

Game Audio Development with Unity 5X

This is the code repository for Game Audio Development with Unity 5.X, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Game Audio is one of the key components in making a game successful and it is quite popular in the gaming industry. So if you are a game developer with an eye on capturing the gamer market then this book is the right solution for you.

Instructions and Navigations

All of the codes are organized as per the chapters, each folder has the codes related to that chapter or appendix.
For example: Game-Audio-Development-with-Unity-5X/Chapter02/Chapter_2_Scripts/Keyboard.cs

The code will look like the following:

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Keyboard : MonoBehaviour {
	private AudioSource audioSource;
	public int transpose = 0;

Following is the software-hardware list:

Chapter Software required Download links to the software Hardware required
All Unity https://unity3d.com/unity Your PC (Min. of 4gb RAM)

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787286450

About

Game Audio Development with Unity 5.X, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages