- 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.
- MATLAB圖像處理超級學習手冊
- Ext JS Data-driven Application Design
- C和C++安全編碼(原書第2版)
- Scratch 3.0少兒編程與邏輯思維訓練
- FFmpeg入門詳解:音視頻原理及應用
- Serverless computing in Azure with .NET
- Yii Project Blueprints
- 大話Java:程序設計從入門到精通
- FFmpeg開發實戰:從零基礎到短視頻上線
- SQL Server 2016 從入門到實戰(視頻教學版)
- Hadoop 2.X HDFS源碼剖析
- Angular應用程序開發指南
- Exploring SE for Android
- Python Web自動化測試設計與實現
- 計算語言學導論