- Unity Certified Programmer:Exam Guide
- Philip Walker
- 220字
- 2021-06-18 18:30:12
Summary
In this chapter, we have extended our game framework structure by implementing and reinforcing the GameManager script by extending its code. This means that it will never be deleted, regardless of scene changes. We have also introduced the score and scenes managers, which were originally planned in our game framework. These two additional managers take responsibility away from the game manager and add additional features to your game. We ensured these scripts don't mutilate our original code (removing, overflowing, or compensating for our game manager). Your game now has a working scoring system, as well as multiple scenes that can be restarted and changed with very little code. We also introduced sound, which we'll implement in more detail in later chapters.
In the next chapter, we'll focus less on code-heavy content and instead concern ourselves with the art of the game. Even though we are programmers, we need to understand how to manipulate assets and how to animate with Unity's API. With just a little bit of coding, this will allow us to understand the connection between the editor and our script. We'll also touch on some particle effects.
Well done—you've done and covered a lot. Before we move on, have a go at the following questions. They resemble what you will encounter in your programmer exam.
- 程序員數學:用Python學透線性代數和微積分
- SSM輕量級框架應用實戰
- 深入理解Elasticsearch(原書第3版)
- 利用Python進行數據分析
- Android玩家必備
- ExtJS Web應用程序開發指南第2版
- Visual Basic程序設計(第三版)
- Kotlin Programming By Example
- ASP.NET Web API Security Essentials
- 零基礎C#學習筆記
- 大數據時代的企業升級之道(全3冊)
- Python預測分析與機器學習
- Learning Unreal Engine Game Development
- Selenium WebDriver Practical Guide
- PHP Microservices