Book Image

Unity Game Development Scripting

By : Kyle D'Aoust
Book Image

Unity Game Development Scripting

By: Kyle D'Aoust

Overview of this book

Table of Contents (17 chapters)
Unity Game Development Scripting
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Figuring out what to optimize


In almost every video game, there is an Options menu with various aspects of the game that you can modify. PC games tend to have the most customizations, but console and handheld games can have many customizations as well. These customizations are made possible by the developer to allow the player to edit how the game outputs to their device and to improve the performance. The most common practice is to make a few preset options available to the player to choose from with varying quality of output. If a player doesn't have a high performance computer, they may need to play the game on low settings, while a player with a great computer can play on the highest settings. Another option is to allow the player to modify different parts of the game output such as shadows or anti-aliasing.

Unity has its own quality settings with various effects on the game. We will be using and editing these settings as well as allowing custom configuration.