In this introductory chapter, I’ll talk a bit about game engines: what they are, and why they’re used. I’ll also discuss a few game engines of historical significance, as well as introduce the high-level capabilities of Unity. If you want to get straight to making games, feel free to skim or skip this chapter and come back to it later.
Game Engines—What Are They?
Game engines are software development tools designed to reduce the cost, complexity, and time-to-market required in the development of video games. These software tools create a layer of abstraction on top of the most common ...