Using the audio mixer in Unity
Learn how to use the audio mixer in Unity to balance all the various sounds levels in your game.
Read MoreLearn how to use the audio mixer in Unity to balance all the various sounds levels in your game.
Read MoreWhile people often talk about graphics, good sound design can make or break a game. This tutorial teaches sound in Unity.
Read MoreSound is just as important as graphics in games. In this tutorial, you'll learn how to create your own Sound Manager to use in your game.
Read MoreMusic and sound effects take your game to the next level. This tutorial introduces to some of Unity's sound components.
Read MoreThere are some 3D models that include animations. This tutorial will have you import a model and incorporate the animations in the game.
Read MoreWhen working with lots of animations, it's useful to transition between them. This tutorial shows how to do this in the animator and in code.
Read MoreThe animator is a Unity tool for managing your animations. You'll learn how to manage animations with different states.
Read MoreUnity uses the mecanim animation system to animate all the various properties on GameObjects. This tutorial demonstrates a simple animation.
Read MoreIn the final touches of this chapter, you'll tune pathfinding as well as add addtiional collision detection to the alien.
Read MoreYou’ll notice your columns gain a green wireframe that indicates the NavMeshObstacle.
Read More