- 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.
- Java程序設計與開發
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- C語言程序設計(第2 版)
- CockroachDB權威指南
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- 計算機應用基礎教程(Windows 7+Office 2010)
- Arduino可穿戴設備開發
- iOS開發項目化入門教程
- Google Adsense優化實戰
- 實驗編程:PsychoPy從入門到精通
- Splunk Developer's Guide(Second Edition)
- Java EE應用開發及實訓