- Hands-On Unity 2020 Game Development
- Nicolas Alejandro Borromeo
- 125字
- 2021-06-18 18:16:55
Chapter 3: Working with Scenes and GameObjects
Welcome to the third chapter of the book—here is where the hard work starts! In this chapter, we will develop some base knowledge of Unity in order to edit a project. We will see how to use several Unity Editor windows to manipulate our first scene and its objects. Also, we will learn how an object or Game Object is created and composed and how to manage complex scenes with multiple objects using Hierarchies and Prefabs. Finally, we will review how we can properly save all our work to continue working on it later.
Specifically, we will examine the following concepts in this chapter:
- Manipulating scenes
- GameObjects and components
- Object hierarchies
- Prefabs
- Saving scenes and projects
推薦閱讀
- FreeSWITCH 1.8
- HBase從入門到實(shí)戰(zhàn)
- PyTorch Artificial Intelligence Fundamentals
- Julia機(jī)器學(xué)習(xí)核心編程:人人可用的高性能科學(xué)計(jì)算
- JavaScript前端開發(fā)與實(shí)例教程(微課視頻版)
- 機(jī)械工程師Python編程:入門、實(shí)戰(zhàn)與進(jìn)階
- Hands-On Microservices with Kotlin
- Android底層接口與驅(qū)動(dòng)開發(fā)技術(shù)詳解
- 深入分布式緩存:從原理到實(shí)踐
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Emotional Intelligence for IT Professionals
- Julia High Performance(Second Edition)
- 企業(yè)級(jí)Java現(xiàn)代化:寫給開發(fā)者的云原生簡(jiǎn)明指南
- 你好!Python