- Unity Certified Programmer:Exam Guide
- Philip Walker
- 207字
- 2021-06-18 18:30:07
Summary
In this chapter, you were introduced to the six core objectives of the exam. You may have skipped on to the final mock exam and scored well, and you may want to increase your score and carry on with the project that we are gearing ourselves up for. With regards to the project, we have an idea of a few design patterns that we can implement as the project goes on(such as Singleton for manager scripts) and these patterns will be built within the game framework. We know what the SOLID principles are and we mustn't forget them as our project expands. We also know how to use Unity's own version control platform, Collaborate, and we know that we can build our projects in the cloud, which is ideal for team projects and multi-platform projects.
In the next chapter, we are going to start setting up our camera and light in the testLevel scene. We'll also bring in our player ship and hook it up with some controls so that we can move and shoot bullets. The first enemy will be imported with its own wave attack pattern. We will also be looking into what scriptable objects are and how they can benefit programmers and designers.
- Objective-C Memory Management Essentials
- C語言程序設計習題解析與上機指導(第4版)
- PostgreSQL for Data Architects
- Java面向對象思想與程序設計
- Building a RESTful Web Service with Spring
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 量化金融R語言高級教程
- Building Serverless Applications with Python
- Python深度學習原理、算法與案例
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Visual Basic程序設計習題與上機實踐
- Python計算機視覺和自然語言處理
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Node.js應用開發