Crafting Scenes and Game Elements
In this chapter, we will develop some base knowledge of Unity in order to edit a project, and we will 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
- Understanding object Hierarchies
- Managing GameObjects using Prefabs
- Saving scenes and projects