- Unity Certified Programmer:Exam Guide
- Philip Walker
- 293字
- 2021-06-18 18:30:07
Adding and Manipulating Objects
In the previous chapter, we discussed the importance of the Official Unity Programmer exam and what benefits it can produce for any developer who is looking to reassure either themselves or others in understanding programming in Unity. We also discussed the building blocks of being a programmer in general and our game's design brief.
As we are programmers working on a game engine, it is likely you will be working for a range of industries. In many of these industries, you will be issued with a technical brief/documentation (well, you should be!) for building the application. With this project, we are making a game and the game design brief is effectively the blueprint for making this game. In this chapter, we will be applying the majority of our code, game objects, prefabs, and more, based on the guidance of the brief and the game framework. We will be reminding ourselves of the brief and game framework during this chapter and will transfer specific information across into our code.
With regard to our code, we will be covering the importance of interfaces and scriptable objects to help structure and uniform our code to help it from bloating unnecessarily, which we covered in Chapter 1, Setting Up and Structuring Our Project with SOLID principles. We will also be getting used to the Unity editor and becoming familiar with game objects, prefabs, and importing three-dimensional models to animate.
In this chapter, we'll be covering the following topics:
- Setting up our Unity project
- Introducing our interface (IActorTemplate)
- Introducing our ScriptableObject (SOActorModel)
- Setting up our Player, PlayerSpawner, and PlayerBullet scripts
- Planning and creating our enemy
- Setting up our EnemySpawner and enemy script
The next section will outline the exam objectives covered in this chapter.
- Visual FoxPro程序設計教程(第3版)
- Mastering Spring MVC 4
- Banana Pi Cookbook
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Python算法從菜鳥到達人
- 計算機應用基礎實踐教程
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Developing SSRS Reports for Dynamics AX
- Django 3.0應用開發詳解
- uni-app跨平臺開發與應用從入門到實踐
- Getting Started with Python
- Mastering Elixir
- 例說FPGA:可直接用于工程項目的第一手經驗
- Spring Boot 2+Thymeleaf企業應用實戰
- Thymeleaf 3完全手冊