SlideShare a Scribd company logo
1 of 12
Summary
In this learning project, you will be introduced to some of the essential tasks of an artist, game developer, or
other creator of interactive 3D experiences. You’ll explore the 3D capabilities and features of Unity, starting
with creating and manipulating 3D objects. You will learn about components, which give you control over the
ways objects look and behave. You will control lighting effects and experiment with Materials, which give 3D
objects a realistic appearance.
Project Objective
By the end of this learning project you will be able to:
● Create a new 3D project.
● Create 3D objects in the Unity Editor.
● Move, scale, and rotate objects in 3D space.
● Control the properties and behaviors of 3D objects using components.
● Create and apply a Material to a 3D object.
● Adjust the Directional Light in a 3D Scene.
● Find and import 3D assets from the Unity Asset Store.
● Publish a 3D project.
Summary
In this tutorial, you’ll begin working in the Unity Editor with more independence than you might have experienced
with the Microgames. Using a new Unity project and 3D Scene you create from scratch, you will work with
GameObjects and explore the various ways you can manipulate them in the Unity Editor. In this tutorial, you will:
● Create new 3D GameObjects.
● Select 3D objects in both the Hierarchy and Inspector windows of the Unity Editor.
● Move, rotate, and scale 3D objects using numerical values using the Transform Component in the Inspector
window.
● Move, rotate, and scale 3D objects in the Scene view using the Unity transform tools.
● Link GameObjects in parent-child relationships using the Hierarchy window to create complex
GameObjects.
● Identify the relationship between the properties displayed in the Inspector and the display of GameObjects in
the Scene.
1.Overview
In this tutorial, you’ll apply what you have learned about the Unity Editor as you create and manipulate GameObjects in a Scene.
You’ll build more fundamental skills as you learn how to use the Hierarchy and Inspector windows to organize and configure your
GameObjects.
2.Before you begin
Get familiar with the Editor controls
In this tutorial, you’ll begin using the techniques you learned in a Microgame and in the previous Unity Essentials mission. As we go
through the next learning projects, we assume that you can manipulate GameObjects and navigate in 3D space.
To review, see Explore the Unity Editor for basic techniques, tips, and tricks.
Try a Microgame
If you are new to Unity and you haven’t already taken the tutorials in one of the Microgames available in the Unity Hub, we highly
recommend them — especially the LEGO® Microgame! Any of these Microgames will give you a good introduction to the Unity
Editor. Note: If you completed the LEGO® Microgame, you used some custom functionality that recreates the experience of using
physical LEGO® bricks inside the Unity Editor. Here, you will not see the special LEGO enhancements — you’ll be using the
uncustomized Unity Editor.
3.Create a new 3D project and Scene
Important: If you have already created a Unity project named “Essentials 3D project” in a previous mission, open that project from
the Unity Hub and skip this step.
Follow these steps if you need to create a new Unity project for this tutorial:
1. Open the Unity Hub.
2. Create a new Unity project using the 3D Template. Name this project “Essentials 3D project.”
Note: You might see a prompt to download the 3D Template if this is the first time you have used it. Look for this prompt on the 3D
card when you select it.
3. Create a cube primitive in your empty Scene: right-click an empty section in the Hierarchy and select 3D Object > Cube.
4.The default 3D Scene
In the Microgames, you started in a Scene
that was already built for you, with characters
that moved and responded to your
commands, a rigid ground on which they
traveled, and goals and obstacles to make
the game interesting. Now, however, you are
working in vast, boundless, empty space. A
plane that looks like the ground is just for
reference — it is not even a rigid surface.
The default 3D Scene comes equipped with two important GameObjects, which are listed in the Hierarchy window:
● Main Camera, which controls what your players will see in the Game view (Play mode)
● Directional Light, which simulates the sun and provides light that will reflect off 3D your GameObjects to create realistic
visual effects
We will return to these after you have added some GameObjects to your Scene — so that the Main Camera has something to
view and the Directional Light has something off which to reflect.
5.Work with GameObjects in the Inspector
The Inspector window is where you will view and change the properties of GameObjects and other types
of objects.
1. In the Scene view, select the cube GameObject you have created.
2. With Cube selected, look at the GameObject’s properties in the Inspector window.
Each section of the Inspector represents a component, which is a set of properties and behaviors of the
selected GameObject. Some components are built-in to primitives like the ones you see here. Later, you
will add more components to give GameObjects more sophisticated properties and behaviours.
With the Cube selected, the Transform Component displays the size, rotation, and position of the Cube in
the Scene using X,Y, and Z values. By default, these values are meters.
Note: Unity uses a Y-up coordinate system. This means that in the Editor screen space, the Y direction
is vertical and X and Z represent the horizontal plane (similar to north, south, east, and west). Some 3D
applications, such as 3DsMax, use Z as the vertical.
3. Select F on the keyboard to focus on the
Cube. (Tip: The Scene view window must be
activated; you can select a GameObject in
Scene view, or right-click anywhere, to
activate the window.)
5.Work with GameObjects in the Inspector
By default, the Move tool is selected, and its
Gizmo is located in the center of the cube.
The arrows point in the positive directions in
each dimension. The dimensions are color
coded. You can always get your bearings by
looking at the Scene Gizmo in the upper
right corner of the Scene view.
5.Work with GameObjects
in the Inspector
4. With the Cube selected, change the Y
value of the Scale in the Transform
Component to 4. The Cube height will
change to 4. Zoom out as needed.
6.Organize GameObjects in the Hierarchy
You can use the Hierarchy window to organize your GameObjects and
define their relationships to each other. You can group them in the
Hierarchy to create more complex GameObjects.
1. Right-click the Cube in the Hierarchy window so that it is selected.
2. Select 3D Object > Sphere.
As shown in the Hierarchy, the Sphere is a child GameObject of the
Cube. These two objects are now linked. You can operate on them as a
unit.
3. This sphere is inside the Cube where you can’t see it. Select
Sphere in the Hierarchy, and the Gizmo will appear so that you can
move it in the Scene view to a location at least partially visible
outside of Cube. It will be tall, not spherical, because its initial
dimensions were based on its parent.
6.Organize GameObjects in the Hierarchy
4. Select the parent object, Cube, and move it. Cube and Sphere
will move together. Try scaling and rotating your object, too.
To remove the parent-child relationship, drag the Sphere in the
Hierarchy up and all the way to the left, to indicate the root level.
Both GameObjects now appear as independent GameObjects in the
Hierarchy.
7.Next steps
You’ve seen how to add simple GameObjects, called
primitives, to your Scene, and you’ve seen the ways these
GameObjects are represented in the Hierarchy and
Inspector windows. You’ve seen how to move, rotate, and
scale GameObjects two ways: with numbers in the
Inspector, or by physically changing them in the Scene
view.
Now you’re ready for a practical exercise: building a
structure using primitives.

More Related Content

What's hot

2d games design
2d games design 2d games design
2d games design
rafiqfps
 
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
Chicago eLearning & Technology Showcase
 
The purpose and functions of components of game engines
The purpose and functions of components of game enginesThe purpose and functions of components of game engines
The purpose and functions of components of game engines
JoshCollege
 

What's hot (17)

3d game engine
3d game engine3d game engine
3d game engine
 
Unity workflow
Unity workflowUnity workflow
Unity workflow
 
ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2
ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2
ITS488 Lecture 4: Google VR Cardboard Game Development: Basket Ball Game #2
 
Programmers guide
Programmers guideProgrammers guide
Programmers guide
 
Academy PRO: Unity 3D. Scripting
Academy PRO: Unity 3D. ScriptingAcademy PRO: Unity 3D. Scripting
Academy PRO: Unity 3D. Scripting
 
Gamemaker views
Gamemaker viewsGamemaker views
Gamemaker views
 
Gamemaker
GamemakerGamemaker
Gamemaker
 
3 D Technology
3 D Technology 3 D Technology
3 D Technology
 
Game development with Cocos2d
Game development with Cocos2dGame development with Cocos2d
Game development with Cocos2d
 
2d games design
2d games design 2d games design
2d games design
 
Hands On with the Unity 5 Game Engine! - Andy Touch - Codemotion Roma 2015
Hands On with the Unity 5 Game Engine! - Andy Touch - Codemotion Roma 2015Hands On with the Unity 5 Game Engine! - Andy Touch - Codemotion Roma 2015
Hands On with the Unity 5 Game Engine! - Andy Touch - Codemotion Roma 2015
 
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
 
waagen-ecard
waagen-ecardwaagen-ecard
waagen-ecard
 
Future warfare
Future warfareFuture warfare
Future warfare
 
The purpose and functions of components of game engines
The purpose and functions of components of game enginesThe purpose and functions of components of game engines
The purpose and functions of components of game engines
 
iOS Game Development With UIKit
iOS Game Development With UIKitiOS Game Development With UIKit
iOS Game Development With UIKit
 
WP7 HUB_XNA overview
WP7 HUB_XNA overviewWP7 HUB_XNA overview
WP7 HUB_XNA overview
 

Similar to Unity - Building your first real-time 3D project

How tomakea gameinunity3d
How tomakea gameinunity3dHow tomakea gameinunity3d
How tomakea gameinunity3d
Dao Tung
 
Polybot Onboarding Process
Polybot Onboarding ProcessPolybot Onboarding Process
Polybot Onboarding Process
Nina Park
 
4.3 collision detection
4.3   collision detection4.3   collision detection
4.3 collision detection
allenbailey
 
Fps tutorial 1
Fps tutorial 1Fps tutorial 1
Fps tutorial 1
unityshare
 

Similar to Unity - Building your first real-time 3D project (20)

Introduction to Game Programming: Using C# and Unity 3D - Chapter 2 (Preview)
Introduction to Game Programming: Using C# and Unity 3D - Chapter 2 (Preview)Introduction to Game Programming: Using C# and Unity 3D - Chapter 2 (Preview)
Introduction to Game Programming: Using C# and Unity 3D - Chapter 2 (Preview)
 
Unity - Add components to 3D GameObjects
Unity - Add components to 3D GameObjectsUnity - Add components to 3D GameObjects
Unity - Add components to 3D GameObjects
 
unity basics
unity basicsunity basics
unity basics
 
02 unity 3_d_part_1
02 unity 3_d_part_102 unity 3_d_part_1
02 unity 3_d_part_1
 
Introduction to Game Programming: Using C# and Unity 3D - Chapter 3 (Preview)
Introduction to Game Programming: Using C# and Unity 3D - Chapter 3 (Preview)Introduction to Game Programming: Using C# and Unity 3D - Chapter 3 (Preview)
Introduction to Game Programming: Using C# and Unity 3D - Chapter 3 (Preview)
 
Cmd unity withc
Cmd unity withcCmd unity withc
Cmd unity withc
 
03 unity 3_d_part_2
03 unity 3_d_part_203 unity 3_d_part_2
03 unity 3_d_part_2
 
How tomakea gameinunity3d
How tomakea gameinunity3dHow tomakea gameinunity3d
How tomakea gameinunity3d
 
Let's make a game unity
Let's make a game   unityLet's make a game   unity
Let's make a game unity
 
Polybot Onboarding Process
Polybot Onboarding ProcessPolybot Onboarding Process
Polybot Onboarding Process
 
Unity introduction for programmers
Unity introduction for programmersUnity introduction for programmers
Unity introduction for programmers
 
4.3 collision detection
4.3   collision detection4.3   collision detection
4.3 collision detection
 
course1-Intrduction-to-the-game-industry.pdf
course1-Intrduction-to-the-game-industry.pdfcourse1-Intrduction-to-the-game-industry.pdf
course1-Intrduction-to-the-game-industry.pdf
 
Unity3d scripting tutorial
Unity3d scripting tutorialUnity3d scripting tutorial
Unity3d scripting tutorial
 
Fps tutorial 1
Fps tutorial 1Fps tutorial 1
Fps tutorial 1
 
Presentación Unity
Presentación UnityPresentación Unity
Presentación Unity
 
Introduction to Unity
Introduction to UnityIntroduction to Unity
Introduction to Unity
 
Unity Game Engine - Basics
Unity Game Engine - BasicsUnity Game Engine - Basics
Unity Game Engine - Basics
 
Spine Simplified
Spine SimplifiedSpine Simplified
Spine Simplified
 
Make a match3
Make a match3Make a match3
Make a match3
 

Recently uploaded

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 

Unity - Building your first real-time 3D project

  • 1. Summary In this learning project, you will be introduced to some of the essential tasks of an artist, game developer, or other creator of interactive 3D experiences. You’ll explore the 3D capabilities and features of Unity, starting with creating and manipulating 3D objects. You will learn about components, which give you control over the ways objects look and behave. You will control lighting effects and experiment with Materials, which give 3D objects a realistic appearance. Project Objective By the end of this learning project you will be able to: ● Create a new 3D project. ● Create 3D objects in the Unity Editor. ● Move, scale, and rotate objects in 3D space. ● Control the properties and behaviors of 3D objects using components. ● Create and apply a Material to a 3D object. ● Adjust the Directional Light in a 3D Scene. ● Find and import 3D assets from the Unity Asset Store. ● Publish a 3D project.
  • 2. Summary In this tutorial, you’ll begin working in the Unity Editor with more independence than you might have experienced with the Microgames. Using a new Unity project and 3D Scene you create from scratch, you will work with GameObjects and explore the various ways you can manipulate them in the Unity Editor. In this tutorial, you will: ● Create new 3D GameObjects. ● Select 3D objects in both the Hierarchy and Inspector windows of the Unity Editor. ● Move, rotate, and scale 3D objects using numerical values using the Transform Component in the Inspector window. ● Move, rotate, and scale 3D objects in the Scene view using the Unity transform tools. ● Link GameObjects in parent-child relationships using the Hierarchy window to create complex GameObjects. ● Identify the relationship between the properties displayed in the Inspector and the display of GameObjects in the Scene.
  • 3. 1.Overview In this tutorial, you’ll apply what you have learned about the Unity Editor as you create and manipulate GameObjects in a Scene. You’ll build more fundamental skills as you learn how to use the Hierarchy and Inspector windows to organize and configure your GameObjects.
  • 4. 2.Before you begin Get familiar with the Editor controls In this tutorial, you’ll begin using the techniques you learned in a Microgame and in the previous Unity Essentials mission. As we go through the next learning projects, we assume that you can manipulate GameObjects and navigate in 3D space. To review, see Explore the Unity Editor for basic techniques, tips, and tricks. Try a Microgame If you are new to Unity and you haven’t already taken the tutorials in one of the Microgames available in the Unity Hub, we highly recommend them — especially the LEGO® Microgame! Any of these Microgames will give you a good introduction to the Unity Editor. Note: If you completed the LEGO® Microgame, you used some custom functionality that recreates the experience of using physical LEGO® bricks inside the Unity Editor. Here, you will not see the special LEGO enhancements — you’ll be using the uncustomized Unity Editor.
  • 5. 3.Create a new 3D project and Scene Important: If you have already created a Unity project named “Essentials 3D project” in a previous mission, open that project from the Unity Hub and skip this step. Follow these steps if you need to create a new Unity project for this tutorial: 1. Open the Unity Hub. 2. Create a new Unity project using the 3D Template. Name this project “Essentials 3D project.” Note: You might see a prompt to download the 3D Template if this is the first time you have used it. Look for this prompt on the 3D card when you select it. 3. Create a cube primitive in your empty Scene: right-click an empty section in the Hierarchy and select 3D Object > Cube.
  • 6. 4.The default 3D Scene In the Microgames, you started in a Scene that was already built for you, with characters that moved and responded to your commands, a rigid ground on which they traveled, and goals and obstacles to make the game interesting. Now, however, you are working in vast, boundless, empty space. A plane that looks like the ground is just for reference — it is not even a rigid surface. The default 3D Scene comes equipped with two important GameObjects, which are listed in the Hierarchy window: ● Main Camera, which controls what your players will see in the Game view (Play mode) ● Directional Light, which simulates the sun and provides light that will reflect off 3D your GameObjects to create realistic visual effects We will return to these after you have added some GameObjects to your Scene — so that the Main Camera has something to view and the Directional Light has something off which to reflect.
  • 7. 5.Work with GameObjects in the Inspector The Inspector window is where you will view and change the properties of GameObjects and other types of objects. 1. In the Scene view, select the cube GameObject you have created. 2. With Cube selected, look at the GameObject’s properties in the Inspector window. Each section of the Inspector represents a component, which is a set of properties and behaviors of the selected GameObject. Some components are built-in to primitives like the ones you see here. Later, you will add more components to give GameObjects more sophisticated properties and behaviours. With the Cube selected, the Transform Component displays the size, rotation, and position of the Cube in the Scene using X,Y, and Z values. By default, these values are meters. Note: Unity uses a Y-up coordinate system. This means that in the Editor screen space, the Y direction is vertical and X and Z represent the horizontal plane (similar to north, south, east, and west). Some 3D applications, such as 3DsMax, use Z as the vertical.
  • 8. 3. Select F on the keyboard to focus on the Cube. (Tip: The Scene view window must be activated; you can select a GameObject in Scene view, or right-click anywhere, to activate the window.) 5.Work with GameObjects in the Inspector By default, the Move tool is selected, and its Gizmo is located in the center of the cube. The arrows point in the positive directions in each dimension. The dimensions are color coded. You can always get your bearings by looking at the Scene Gizmo in the upper right corner of the Scene view.
  • 9. 5.Work with GameObjects in the Inspector 4. With the Cube selected, change the Y value of the Scale in the Transform Component to 4. The Cube height will change to 4. Zoom out as needed.
  • 10. 6.Organize GameObjects in the Hierarchy You can use the Hierarchy window to organize your GameObjects and define their relationships to each other. You can group them in the Hierarchy to create more complex GameObjects. 1. Right-click the Cube in the Hierarchy window so that it is selected. 2. Select 3D Object > Sphere. As shown in the Hierarchy, the Sphere is a child GameObject of the Cube. These two objects are now linked. You can operate on them as a unit.
  • 11. 3. This sphere is inside the Cube where you can’t see it. Select Sphere in the Hierarchy, and the Gizmo will appear so that you can move it in the Scene view to a location at least partially visible outside of Cube. It will be tall, not spherical, because its initial dimensions were based on its parent. 6.Organize GameObjects in the Hierarchy 4. Select the parent object, Cube, and move it. Cube and Sphere will move together. Try scaling and rotating your object, too. To remove the parent-child relationship, drag the Sphere in the Hierarchy up and all the way to the left, to indicate the root level. Both GameObjects now appear as independent GameObjects in the Hierarchy.
  • 12. 7.Next steps You’ve seen how to add simple GameObjects, called primitives, to your Scene, and you’ve seen the ways these GameObjects are represented in the Hierarchy and Inspector windows. You’ve seen how to move, rotate, and scale GameObjects two ways: with numbers in the Inspector, or by physically changing them in the Scene view. Now you’re ready for a practical exercise: building a structure using primitives.