2
Editing Scenes and Game Objects
In this chapter, we will develop some base knowledge of Unity in order to edit a project, and learn how to use several Unity editor windows to manipulate our first scene and its objects. We will also learn how an object, or GameObject, 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
Manipulating scenes
A scene is one of the several types of files (also known as assets) in our project. ...
Get Hands-On Unity 2022 Game Development - Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.