Book Image

Getting Started with Unity 5

By : Dr. Edward Lavieri
Book Image

Getting Started with Unity 5

By: Dr. Edward Lavieri

Overview of this book

Table of Contents (15 chapters)

Improving our game


We can be proud of our game, but there is not much for a game player to get excited about once they've played the game for a while. Here are some suggestions to make our game more robust and more enjoyable for users to play.

Audio

Together, we added sound effects for pigs crying and a "points" sound when Colt takes corn or water. The following are some opportunities for additional audio in the game:

  • Background music: A subtle background clip played on a loop will go a long way to making the game more immersive. We created something that is appropriate for the game environment. Be sure to review the priorities you set for each audio clip.

  • Animal sound effects: Ideally, each animal could have three sounds, idle, eating, and drinking. The "pigs crying" sound effect we already added to our game would work for the pig and piglet idle clips. Adding the additional sound effects will help make the game seem more real and add an element of fun.

  • Old farmer: Currently, the old farmer...