What You’ll Be Creating Introduction In this tutorial, you’ll learn how to create a mobile 2D game using C# and Unity. We’ll be taking advantage of the Dolby Audio Plugin for Unity to enhance the game’s audial experience. The objective of the game is simple, reaching the other side of the level while avoiding enemies and collecting coins. In this tutorial, you will learn the following aspects of Unity game development: setting up a 2D project in Unity creating Prefabs movement and action buttons working with physics collisions using a sprite sheet integrating the Dolby Audio API 1. Create a New Unity Project Open Unity and select New Project from the
↧